mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
set 1 space for private
and public
keywords in cpp-classes
This commit is contained in:
parent
77641f9b69
commit
1a37992c1e
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -64,7 +64,7 @@
|
|||||||
"valarray": "cpp",
|
"valarray": "cpp",
|
||||||
"algorithm": "cpp"
|
"algorithm": "cpp"
|
||||||
},
|
},
|
||||||
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 80, AccessModifierOffset: -4, NamespaceIndentation: All }",
|
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 80, AccessModifierOffset: -3, NamespaceIndentation: All }",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"editor.formatOnPaste": true
|
"editor.formatOnPaste": true
|
||||||
|
Loading…
Reference in New Issue
Block a user