diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..e7866c0e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://editorconfig.org +root=true + +[*] +indent_style = tab +tab_width = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + diff --git a/.gitignore b/.gitignore index f8ac3246..22dead5b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ *.user *.suo +/.idea /Backups /Saves