diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..89dddff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +end_of_line = lf + +[*.{lua,txt,md,json}] +charset = utf8 +indent_size = 8 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true