From 9c56299e85da092bf3e3d94bc2f1d6f87be65515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 8 Jun 2017 08:42:50 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4fe3cdb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +# 4 space indentation +[*.{php,phpt}] +indent_style = space +indent_size = 4 + +[Makefile] +indent_style = tab