mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 06:03:24 +08:00
Update VS Code settings
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
"C_Cpp.clang_format_fallbackStyle": "none",
|
"editor.fontLigatures": false,
|
||||||
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
|
|
||||||
"C_Cpp.formatting": "disabled",
|
|
||||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||||
|
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
|
||||||
|
|
||||||
|
"editor.formatOnSave": false,
|
||||||
|
|
||||||
|
"C_Cpp.clang_format_fallbackStyle": "GNU",
|
||||||
|
"C_Cpp.formatting": "disabled",
|
||||||
|
|
||||||
"[c]": {
|
"[c]": {
|
||||||
"editor.defaultFormatter": null,
|
"editor.defaultFormatter": null,
|
||||||
"editor.tabSize": 2
|
|
||||||
},
|
},
|
||||||
"[h]": {
|
"[h]": {
|
||||||
"editor.defaultFormatter": null
|
"editor.defaultFormatter": null
|
||||||
@@ -16,6 +21,6 @@
|
|||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||||
},
|
},
|
||||||
"editor.formatOnSave": false,
|
|
||||||
"vscode-just.formatOnSave": false
|
"vscode-just.formatOnSave": false,
|
||||||
}
|
}
|
Reference in New Issue
Block a user