mirror of
				https://github.com/JezuzLizard/t4sp_bot_warfare.git
				synced 2025-10-29 17:06:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			355 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			355 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "astyle.astylerc": "${workspaceRoot}/.astylerc",
 | |
|     "astyle.additional_languages": [
 | |
|         "gsc"
 | |
|     ],
 | |
|     "[gsc]": {
 | |
| 			"editor.defaultFormatter": "chiehyu.vscode-astyle",
 | |
| 		},
 | |
| 		"editor.quickSuggestions": {
 | |
| 			"other": true,
 | |
| 			"comments": true,
 | |
| 			"strings": true
 | |
| 		},
 | |
| 		"vscode-codscript.use_builtin_completionItems": false
 | |
| }
 |