From c7da026331eae4fa61d474765da5aa9fc2d73e6a Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Sat, 2 Feb 2019 18:45:00 +0900 Subject: [PATCH] Add 'composer.lock' and '.phpcs.xml' to editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index c3cebb46..a03d5131 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,9 @@ indent_size = 2 [*.{php,php.example}] indent_style = tab indent_size = 4 + +[*.xml] +indent_style = tab + +[composer.lock] +indent_size = 4