From 2c8a7f03c2f0a3413e3a652f331b49e063a7b08e Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sat, 25 Feb 2023 09:53:19 -0800 Subject: [PATCH] Add EditorConfig file to help with coding styles --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8b2e1a8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.php] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true