Pārlūkot izejas kodu

Added editor config

Jorrit Rouwe 3 gadi atpakaļ
vecāks
revīzija
9c8e782b1a
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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