Pārlūkot izejas kodu

add EditorConfig configuration

Andrey Filipenkov 7 mēneši atpakaļ
vecāks
revīzija
fa5220a613
1 mainītis faili ar 20 papildinājumiem un 0 dzēšanām
  1. 20 0
      .editorconfig

+ 20 - 0
.editorconfig

@@ -0,0 +1,20 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = tab
+insert_final_newline = true
+spelling_language = en-US
+trim_trailing_whitespace = true
+
+[{*.py,CMakePresets.json}]
+indent_style = space
+indent_size = 4
+
+[*.{md,yml}]
+indent_style = space
+indent_size = 2
+
+[*.ui]
+indent_style = space
+indent_size = 1