We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306e2eb commit a08b928Copy full SHA for a08b928
2 files changed
.clang-format
@@ -0,0 +1,11 @@
1
+---
2
+Language: Cpp
3
+BasedOnStyle: LLVM
4
+DerivePointerAlignment: false
5
+PointerAlignment: Left
6
+IndentWidth: 2
7
+ContinuationIndentWidth: 2
8
+AlignAfterOpenBracket: AlwaysBreak
9
+BreakTemplateDeclarations: true
10
+...
11
+
.editorconfig
@@ -0,0 +1,13 @@
+# top-most EditorConfig file
+root = true
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+# 4 space indentation
+[*.{cpp,hpp}]
12
+indent_style = space
13
+indent_size = 2
0 commit comments