Explorar o código

add EditorConfig configuration

Andrey Filipenkov hai 7 meses
pai
achega
fa5220a613
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  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