Skip to content

Commit

Permalink
Code formatting VSCode setting added
Browse files Browse the repository at this point in the history
  • Loading branch information
klajkor committed Aug 27, 2021
1 parent fc2d7eb commit 8d7de37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"C_Cpp.clang_format_style": "{ BasedOnStyle: Microsoft, AlignConsecutiveDeclarations: true, IndentWidth: 4, Standard: Cpp11, ColumnLimit: 119 }",
"editor.formatOnSave": true
}

0 comments on commit 8d7de37

Please sign in to comment.