From 0af3b0bda65d0f7046731992de800f93ed0900a7 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Sun, 2 Jun 2024 18:14:02 -0400 Subject: [PATCH] Add editorconfig to appease shfmt --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..569891b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# https://EditorConfig.org +root = true + +# Unix-style newlines with a newline ending every file +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_size = 2 +indent_style = space