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