From 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 11 Nov 2023 05:51:13 -0500 Subject: initial commit --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..64ab260 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = tab +tab_width = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.yml] +indent_style = space -- cgit v1.2.3