commit def76769bc89bbbcd8f0a03fef26e33cd9f628fe
parent d3b58a6dfd2924fcfb4f96cdcb1765201850b8ed
Author: finwo <finwo@pm.me>
Date: Wed, 15 Aug 2018 14:00:19 +0200
Added editorconfig ; fully ignore intellij
Diffstat:
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_size = 2
+indent_style = space
+
+[Makefile]
+indent_style = tab
+
+[*.{html,php}]
+indent_size = 4
diff --git a/.gitignore b/.gitignore
@@ -145,3 +145,4 @@ $RECYCLE.BIN/
# End of https://www.gitignore.io/api/osx,linux,windows,intellij
/.gtm/
+/.idea/
diff --git a/build.sh b/build.sh
@@ -3,3 +3,4 @@
# Update the .gitignore file
curl -s https://www.gitignore.io/api/osx,linux,windows,intellij > .gitignore
echo /.gtm/ >> .gitignore
+echo /.idea/ >> .gitignore