From 9edd6d991281336276df219e6f75ce38f8827da5 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 28 Mar 2022 21:04:50 +0300 Subject: [PATCH] add PHP --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 414d640..2b6ccaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,11 @@ insert_final_newline = true indent_style = space indent_size = 4 +# PHP +[*.php] +indent_style = space +indent_size = 4 + # Crystal [*.cr] indent_style = space