add editorconfig for .gitignore

This commit is contained in:
jomo 2015-02-18 19:31:06 +01:00
parent 3cc14ae837
commit 16fdf8d1ac

View File

@ -14,4 +14,8 @@ indent_size = 2
charset = utf-8 charset = utf-8
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[.gitignore]
# echo "filename" >> .gitignorre
insert_final_newline = true