diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e05d40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +[*] +charset = utf-8 +insert_final_newline = false +end_of_line = lf +indent_style = space + + +[*.rs] +max_line_length = 99 + +[*.md] +max_line_length = 120 +