26 lines
498 B
Plaintext
26 lines
498 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"C_Cpp.clang_format_style": "file",
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-vscode.cpptools",
|
|
"twxs.cmake",
|
|
"ms-vscode.cmake-tools",
|
|
"HkonRRydland.a3cfgfunctions",
|
|
"mhutchie.git-graph",
|
|
"th3-sh0w3r.sqf-arma3-formatter",
|
|
"Armitxes.sqf",
|
|
"tal7aouy.theme",
|
|
"Gruntfuggly.todo-tree"
|
|
]
|
|
}
|
|
} |