git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
42ec6b0
)
Update .editorconfig
author
XhmikosR
<redacted>
Sat, 8 Apr 2023 11:34:31 +0000
(14:34 +0300)
committer
XhmikosR
<redacted>
Sat, 8 Apr 2023 11:55:22 +0000
(14:55 +0300)
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index aa8db076280ddc8ce3e208404285af26a8741c25..fcc94824e8d0cb0c9480fba2a2b334955fe3c3ae 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-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