From 21a5e3b325c69771073695ffaaead0d7d1d60233 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 16 Jun 2025 14:40:24 -0400 Subject: [PATCH] add editorconfig file for consistency --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a631a11 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*.yml] +charset = utf-8 +end_of_line = lf +insert_final_newline = false +indent_style = tab +indent_size = 4 +max_line_length = 120 +trim_trailing_whitespace = true +tab_width = 4 \ No newline at end of file