Explorar o código

Added editor config

Jorrit Rouwe %!s(int64=3) %!d(string=hai) anos
pai
achega
9c8e782b1a
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      .editorconfig

+ 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