TheAlgorithms-C-Plus-Plus/.vscode/settings.json

7 lines
352 B
JSON
Raw Normal View History

{
2020-06-21 10:16:37 +08: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 12:39:18 +08:00
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true
}