mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
14 lines
442 B
JSON
14 lines
442 B
JSON
{
|
|
"C_Cpp.intelliSenseEngineFallback": "enabled",
|
|
"files.associations": {
|
|
"*.sdf": "xml",
|
|
"*.ino": "cpp",
|
|
"*.h": "cpp"
|
|
},
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "newLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type": "sameLine"
|
|
}
|