6 lines
333 B
JSON
6 lines
333 B
JSON
{
|
|
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, UseTab: Never, IndentWidth: 4, TabWidth: 4, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }",
|
|
"files.associations": {
|
|
"stdio.h": "c"
|
|
}
|
|
} |