25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.associations": {
|
|
"*.cpp": "arma-config",
|
|
"*.hpp": "arma-config",
|
|
"*.inc": "arma-config",
|
|
"*.cfg": "arma-config",
|
|
"*.rvmat": "arma-config"
|
|
}
|
|
}
|
|
}
|