From 0a19dc1ec24703b7ad68840f961f2b104e03f8e3 Mon Sep 17 00:00:00 2001 From: ltdk Date: Wed, 11 May 2022 13:11:22 -0400 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7ab0722 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.go] +indent_style = tab