Editing upgrades
@@ -0,0 +1,23 @@
+root = true
+
+[*]
+indent_style = space
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+[*.{js,py,html,css,less,yml,yaml,json}]
+charset = utf-8
+[*.py]
+indent_size = 4
+insert_final_newline = false
+[Makefile]
+indent_style = tab
+[*.{json,yaml,yml}]
+indent_size = 2
+[*.{ini,html}]
@@ -60,3 +60,21 @@ node_modules
# Ignore plugins
flaskbb/plugins/*
+# Created by https://www.gitignore.io/api/vim
+### Vim ###
+# swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-v][a-z]
+[._]sw[a-p]
+# session
+Session.vim
+# temporary
+.netrwhist
+*~
+# auto-generated tag files
+tags
+# End of https://www.gitignore.io/api/vim