Update settings based on recent Codium development.
This commit is contained in:
		| @@ -3,6 +3,7 @@ | ||||
| 	"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 | ||||
| @@ -11,5 +12,14 @@ | ||||
| 	"editor.tabSize": 3, | ||||
| 	"editor.insertSpaces": false, | ||||
| 	"files.insertFinalNewline": true, | ||||
| 	"files.trimFinalNewlines": true | ||||
| 	"files.trimFinalNewlines": true, | ||||
| 	"git.confirmSync": false, | ||||
|  | ||||
|     "[dart]": { | ||||
|         "editor.formatOnSave": true, | ||||
|         "editor.formatOnType": true, | ||||
|         "editor.selectionHighlight": false, | ||||
|         "editor.tabCompletion": "onlySnippets", | ||||
|         "editor.wordBasedSuggestions": "off" | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user