From d15e2f5f655c5cc3eee8ea7247496dab7add3f58 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Feb 2018 12:50:16 -0500 Subject: [PATCH] editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..dc4d696 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +; applies to all files +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +; applies only to PHP files +[**.php] +indent_style = space +indent_size = 4 \ No newline at end of file