mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 09:08:56 +01:00
add vscode workspace settings
Provides some obvious basics for using vscode with dm / polaris. - Does not attempt to detect indentation - Always uses tabs - Always uses windows line endings - Makes use of the git blame ignore file in codelens - configures the vscode git blame plugin ( https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame ) to use the polaris repository for view remote
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 4,
|
||||
"files.eol": "\r\n",
|
||||
"gitblame.commitUrl": "https://github.com/polarisss13/polaris/commit/${hash}",
|
||||
"gitlens.advanced.blame.customArguments": [
|
||||
"--ignore-revs-file",
|
||||
".git-blame-ignore-revs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user