aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4a191367..dc5519a7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,8 @@
1root = true 1root = true
2 2
3[*] 3[*]
4insert_final_newline = true
5trim_trailing_whitespace = true
4end_of_line = lf 6end_of_line = lf
5charset = utf-8 7charset = utf-8
6 8