From 0592fe32b60cafe99ba8c4fa19429b3d03dc3a5d Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 10 Sep 2024 11:17:52 -0400 Subject: [PATCH] Add .editorconfig because why not --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..36b7819 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 8 +charset = utf-8 + +[*.md] +indent_style = space +indent_size = 2