From 16fdf8d1acdd2926e927500b3c0aea127d5e6c82 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 18 Feb 2015 19:31:06 +0100 Subject: [PATCH] add editorconfig for .gitignore --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f0d901..d849a3c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,4 +14,8 @@ indent_size = 2 charset = utf-8 [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false + +[.gitignore] +# echo "filename" >> .gitignorre +insert_final_newline = true \ No newline at end of file