29 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"BEGIN_COMMENTS": "",
 | 
						|
	"save_loc1": "~/.var/app/com.visualstudio.code-oss/config/Code - OSS/{{ user_desc }}/settings.json",
 | 
						|
	"save_loc2": "~/.var/app/com.vscodium.codium/config/VSCodium/{{ user_desc }}/settings.json",
 | 
						|
	"END_COMMENTS": "",
 | 
						|
 | 
						|
	"workbench.startupEditor": "none",
 | 
						|
	"editor.rulers": [
 | 
						|
		 80, 120, 200
 | 
						|
	],
 | 
						|
	"files.trimTrailingWhitespace": true,
 | 
						|
	"editor.tabSize": 3,
 | 
						|
	"editor.insertSpaces": false,
 | 
						|
	"files.insertFinalNewline": true,
 | 
						|
	"[html]": {
 | 
						|
		"files.insertFinalNewline": false
 | 
						|
	},
 | 
						|
	"files.trimFinalNewlines": true,
 | 
						|
	"git.confirmSync": false,
 | 
						|
 | 
						|
    "[dart]": {
 | 
						|
        "editor.formatOnSave": true,
 | 
						|
        "editor.formatOnType": true,
 | 
						|
        "editor.selectionHighlight": false,
 | 
						|
        "editor.tabCompletion": "onlySnippets",
 | 
						|
        "editor.wordBasedSuggestions": "off"
 | 
						|
    }
 | 
						|
}
 |