21 lines
599 B
JSON
21 lines
599 B
JSON
{
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=${workspaceFolder}/build",
|
|
"--header-insertion=never"
|
|
],
|
|
"cmake.configureOnOpen": true,
|
|
"antlr4.rrd.saveDir": "${workspaceFolder}/build",
|
|
"antlr4.atn.saveDir": "${workspaceFolder}/build",
|
|
"antlr4.generation": {
|
|
"mode": "internal",
|
|
"language": "C++",
|
|
"listeners": false,
|
|
"visitors": true
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.autopep8"
|
|
},
|
|
"python.formatting.provider": "none",
|
|
"editor.indentSize": "tabSize",
|
|
"editor.tabSize": 2,
|
|
} |