We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a75d50 commit e582ebbCopy full SHA for e582ebb
.clang-format
@@ -0,0 +1,14 @@
1
+BasedOnStyle: Google
2
+Language: Cpp
3
+ColumnLimit: 0
4
+IndentWidth: 2
5
+TabWidth: 2
6
+UseTab: Never
7
+IndentPPDirectives: AfterHash
8
+ReflowComments: false
9
+SpacesBeforeTrailingComments: 1
10
+AlignConsecutiveMacros: true
11
+AlignTrailingComments: false
12
+AccessModifierOffset: -2
13
+DerivePointerAlignment: false
14
+PointerAlignment: Left
.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = false
+insert_final_newline = true
0 commit comments