diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:46:00 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:46:00 -0300 |
commit | dc9c75a9f089e442789afd5986c02a051d2414eb (patch) | |
tree | bdb4cc66e4e26910e662197b31b136d32e8ef73e | |
parent | 7603d71a56bb12f7783b9473d871468b2bbbaf7e (diff) | |
download | gitignore-dc9c75a9f089e442789afd5986c02a051d2414eb.tar.gz gitignore-dc9c75a9f089e442789afd5986c02a051d2414eb.zip |
and an editorconfig to prevent future mistakes
-rw-r--r-- | .editorconfig | 3 |
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 |