diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c283eb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# allow game dev to overwrite settings +root=false + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true \ No newline at end of file