mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 09:08:56 +01:00
46 lines
960 B
JSON
46 lines
960 B
JSON
{
|
|
"files.eol": "\n",
|
|
"files.encoding": "utf8",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.associations": {
|
|
"*.{dme,dmf,dmm,dm}": "dm",
|
|
},
|
|
"[dm]": {
|
|
"files.eol": "\r\n",
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false
|
|
},
|
|
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
|
|
"[python]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4
|
|
},
|
|
|
|
"[yaml]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
|
|
"workbench.editorAssociations": {
|
|
"*.dmi": "dmiEditor.dmiEditor"
|
|
},
|
|
|
|
"debug.onTaskErrors": "abort",
|
|
"dreammaker.objectTreePane": true,
|
|
"dreammaker.autoUpdate": true,
|
|
"dreammaker.tickOnCreate": true,
|
|
|
|
"gitlens.advanced.blame.customArguments": [
|
|
"--ignore-revs-file", ".git-blame-ignore-revs"
|
|
]
|
|
}
|