7 lines
352 B
JSON
Raw Normal View History

{
2020-06-20 22:16:37 -04:00
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 80, AccessModifierOffset: -3, AlignConsecutiveMacros: true }",
2020-05-24 06:39:18 +02:00
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true
}