From 96b448ea22265e461be2525d73a79ca0e0966734 Mon Sep 17 00:00:00 2001 From: Michael Gauthier Date: Sun, 12 Feb 2017 21:58:33 -0400 Subject: [PATCH] Make editorconfig use 4 spaces for PHP sources. --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 12b0275..4b6f238 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true - [*] end_of_line = lf charset = utf-8 @@ -13,5 +12,9 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.php] +indent_style = space +indent_size = 4 + [*.{diff,md}] trim_trailing_whitespace = false