From 4dd439c10decf657dbd111bdf067c6ad2229f598 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Fri, 16 Feb 2024 13:14:24 -0700 Subject: [PATCH] Add .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..35f074f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[.zshrc,*.zsh] +indent_style = tab +indent_size = 8 +trim_trailing_whitespace = true