Update settings.json
This commit is contained in:
parent
3442970678
commit
aab3a0a840
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@ -1,4 +1,17 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "xaver.clang-format"
|
"editor.defaultFormatter": "xaver.clang-format",
|
||||||
}
|
"files.exclude": {
|
||||||
|
"toolchain/build/**": true,
|
||||||
|
"toolchain/tarballs/**": true,
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"toolchain/build/**": true,
|
||||||
|
"toolchain/tarballs/**": true,
|
||||||
|
},
|
||||||
|
"editor.tabSize": 4,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"git.inputValidationLength": 72,
|
||||||
|
"git.inputValidationSubjectLength": 72
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user