aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 05fea2835..a3b72c9af 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,6 +7,14 @@
# All files
[*]
indent_style = space
+root = true
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+max_line_length = null
+
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4