From 117b34d3edcce0c7dc50bd4ef01a349e38bd8612 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Tue, 5 Mar 2024 07:20:27 -0700 Subject: [PATCH] Add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..aef0fab --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.go] +indent_style = tab +indent_size = 8 +trim_trailing_whitespace = true +insert_final_newline = true