From d23830d9a3737da2df9cf307e6353415fbc201f5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 11 Mar 2023 15:02:49 +0000 Subject: [PATCH] chore: add `.editorconfig` --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..25b67fc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab + +[*.{yml,yaml}] +indent_style = space +indent_size = 2 + +[*.md] +indent_style = space +indent_size = 4 \ No newline at end of file