aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 08:46:00 -0300
committerBrendan Forster <github@brendanforster.com>2018-06-18 08:46:00 -0300
commitdc9c75a9f089e442789afd5986c02a051d2414eb (patch)
treebdb4cc66e4e26910e662197b31b136d32e8ef73e
parent7603d71a56bb12f7783b9473d871468b2bbbaf7e (diff)
downloadgitignore-dc9c75a9f089e442789afd5986c02a051d2414eb.tar.gz
gitignore-dc9c75a9f089e442789afd5986c02a051d2414eb.zip
and an editorconfig to prevent future mistakes
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..1c33738a
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*]
+end_of_line = lf
+insert_final_newline = true