Update .editorconfig
authorXhmikosR <redacted>
Sat, 8 Apr 2023 11:34:31 +0000 (14:34 +0300)
committerXhmikosR <redacted>
Sat, 8 Apr 2023 11:55:22 +0000 (14:55 +0300)
.editorconfig

index aa8db076280ddc8ce3e208404285af26a8741c25..fcc94824e8d0cb0c9480fba2a2b334955fe3c3ae 100644 (file)
@@ -1,14 +1,20 @@
+# editorconfig.org
+
 root = true
 
-[*.py]
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
 indent_style = space
+insert_final_newline = true
 trim_trailing_whitespace = true
-indent_size = 4
-end_of_line = LF
 
 [*.bat]
-end_of_line = CRLF
+end_of_line = crlf
 
 [*.md]
 trim_trailing_whitespace = false
-insert_final_newline = true
+
+[*.py]
+indent_size = 4
git clone https://git.99rst.org/PROJECT