TheAlgorithms-C/.vscode/settings.json

8 lines
385 B
JSON
Raw Permalink Normal View History

2020-05-29 10:53:46 -04:00
{
2020-06-23 18:30:26 -04:00
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"files.insertFinalNewline": true,
}