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 02fdf4f commit e6ee245Copy full SHA for e6ee245
.editorconfig
@@ -0,0 +1,13 @@
1
+root=true
2
+
3
+[*]
4
+insert_final_newline = true
5
+trim_trailing_whitespace = true
6
7
+[{*.h,*.cpp,*.inl}]
8
+indent_style = unset
9
+indent_size = 2
10
11
+[{CMakeLists.txt,*.cmake,*.py}]
12
+indent_style = spaces
13
+indent_size = 4
.gitignore
@@ -1,5 +1,6 @@
-# Ignore everything starting with dot, except git files.
+# Ignore everything starting with dot, except specific files.
.*
+!.editorconfig
!.gitignore
!.gitattributes
!.github
0 commit comments