From e04dc06ec4c32905e4774210d66bd2f61c5ff46e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 29 Aug 2023 16:57:25 -0500 Subject: [PATCH] chore: add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig 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 +