vscode: Use tabs per default, XDG & gitignore
Use tabs instead of spaces per default. (VSCodium will still respect the indentation used in the file) Stop vscode from writing files in HOME. Since only the settings.json is versioned in this repo but the full folder is symlinked: Ignore all other files that will be written. (TODO: Only symlink file)
This commit is contained in:
@@ -20,4 +20,5 @@
|
||||
],
|
||||
"workbench.activityBar.visible": false,
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
}
|
||||
"editor.insertSpaces": false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user