diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b4d7af1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines, UTF-8 for all files +[*] +end_of_line = lf +charset = utf-8 + +# A newline ending every file (not sure if needed) +#insert_final_newline = true + +# Tab indentation +indent_style = space +indent_size = 2 \ No newline at end of file