{
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[restructuredtext]": {
"editor.wordWrap": "wordWrapColumn"
},
"editor.bracketPairColorization.enabled": true,
"editor.detectIndentation": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnSaveMode": "modifications",
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
80,
100,
120
],
"editor.wordWrap": "on",
"explorer.compactFolders": false,
"files.associations": {
".clang-tidy": "yaml",
".codespellrc": "ini",
"*.cpp.in": "cpp",
"*.ipp": "cpp",
"*.py.in": "python",
"*.pyi.in": "python"
},
"files.exclude": {
"**/__pycache__": true,
"**/.coverage.*": true,
".git/**": true,
"**/.pytest_cache": true,
"build*/**": true,
"cmake/build/": false,
"**/*.vc.db*": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.watcherExclude": {
"**/__pycache__": true,
"build*/**": true,
"cmake/build/": false,
"**/*.vc.db*": true
},
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"trailing-spaces.trimOnSave": true,
"search.useGlobalIgnoreFiles": true,
}