aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-03 19:50:03 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-05 12:31:32 +0100
commita8da00f0a24029938da361ab7ce55875e7514e2f (patch)
treedd1c8034b410351bb68a9cab254e4abb9611c0d7
parentaf0451b6ac203860d00c7d209007356362c06d2f (diff)
Added some generic editorconfig rules.
-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