summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index c04f338..d029f52 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,7 +1,8 @@
root = true
[*]
-end_of_line = lf
-insert_final_newline = true
charset = utf-8
+end_of_line = lf
indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true