From 05f31c00a8bb689198f5a19c36f5c9d2aeed548b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 10 Feb 2024 19:03:38 -0500 Subject: [PATCH] Add .editorconfig --- .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