Jorrit Rouwe
3 vuotta sitten
vanhempi
commit
9c8e782b1a
1 muutettua tiedostoa jossa
9 lisäystä ja
0 poistoa
-
9
0
.editorconfig
|
@@ -0,0 +1,9 @@
|
|
|
+root = true
|
|
|
+
|
|
|
+[*.{cpp,h,inl,cmake}]
|
|
|
+indent_style = tab
|
|
|
+tab_width = 4
|
|
|
+
|
|
|
+[CMakeLists.txt]
|
|
|
+indent_style = tab
|
|
|
+tab_width = 4
|