From 8ca3a2151e460449617342a8718cc74e2aa3f88c Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Tue, 31 Mar 2026 16:38:35 -0700 Subject: [PATCH] editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..69e2c6d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = tab +indent_size = 2 + +[*.{yaml,yml,md,njk}] +indent_style = space