aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 210d3ca851..aa4d12f5a8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,12 @@
-[*.java]
+[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
+
+[*.tiny]
+indent_style=tab
+
+[*.bat]
+end_of_line=crlf