aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index eebf0a8..50fbc96 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,8 +1,12 @@
1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
1root = true 4root = true
2 5
3[*] 6[*]
4indent_style = space 7indent_style = space
5indent_size = 2 8indent_size = 2
9end_of_line = lf
6charset = utf-8 10charset = utf-8
7trim_trailing_whitespace = true 11trim_trailing_whitespace = true
8insert_final_newline = true 12insert_final_newline = true