mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
.vscode: Set C_Cpp.clang_format_style
This commit is contained in:
parent
1c19d850e0
commit
4a67b974d2
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -63,5 +63,9 @@
|
||||
"utility": "cpp",
|
||||
"valarray": "cpp",
|
||||
"algorithm": "cpp"
|
||||
}
|
||||
}
|
||||
},
|
||||
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 80, UseTab: Never}",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnPaste": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user