diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d09a810 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true +[*] + +charset = utf-8 + +# Indentation and spacing +indent_size = 4 +indent_style = space +tab_width = 4 + +# New line preferences +#end_of_line = crlf +insert_final_newline = true +trim_trailing_whitespace = true