From 08252928b65bda88b709526fedc20be89cfb9ed4 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 17 Dec 2017 15:23:10 +0100 Subject: [PATCH] added .editorconfig with basic settings --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..e18761a1a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +end_of_line = lf + +[*.php] +indent_style = tab +indent_size = 4 +insert_final_newline = true