summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-20 22:04:01 +0200
committerGitHub <noreply@github.com>2018-08-20 22:04:01 +0200
commit68e11003a64225a3943544304744fc1ccc5c21bc (patch)
tree5d75d5042c4e23f0b64da3ac2c8cb8668376aabe /.editorconfig
parent7b9e755f32d620dbde04533ec92e8a6e6bde622a (diff)
downloadbugzilla-68e11003a64225a3943544304744fc1ccc5c21bc.tar.gz
bugzilla-68e11003a64225a3943544304744fc1ccc5c21bc.tar.xz
no bug - add basic vscode settings
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