summaryrefslogtreecommitdiffstats
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 59bb73282..2d527a250 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,10 @@
# top-most EditorConfig file
root = true
+[*]
+end_of_line = lf
+insert_final_newline = true
+
# 4 space indentation for Perl files
[*.{pl,PL,pm,cgi}]
indent_style = space