From c1b1899c30e626324deebb4f1afbb2d6546db6f3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 29 Oct 2023 23:30:51 -0400 Subject: 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..38b2b1b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +indent_size = 4 -- cgit v1.2.3