mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-14 08:29:32 +08:00
Update VS Code settings to avoid auto format (#239)
This commit is contained in:
parent
c490b73072
commit
5e679b1c33
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -1,12 +1,21 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||
"C_Cpp.clang_format_fallbackStyle": "none",
|
||||
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
|
||||
"editor.formatOnSave": false,
|
||||
"vscode-just.formatOnSave": false,
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
"C_Cpp.formatting": "disabled",
|
||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||
"[c]": {
|
||||
"editor.defaultFormatter": null,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[h]": {
|
||||
"editor.defaultFormatter": null
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
}
|
||||
},
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
},
|
||||
"editor.formatOnSave": false,
|
||||
"vscode-just.formatOnSave": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user