.vscode: Set C_Cpp.clang_format_style

This commit is contained in:
Christian Clauss 2020-05-24 06:39:18 +02:00 committed by GitHub
parent 1c19d850e0
commit 4a67b974d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,5 +63,9 @@
"utility": "cpp", "utility": "cpp",
"valarray": "cpp", "valarray": "cpp",
"algorithm": "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
}