From 2c5c2fdab1e90e15e4532c365fa83b43bbc023a9 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Sun, 7 May 2023 08:28:31 -0500 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..84e6a83 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*.php] +charset = utf-8 +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true