From 1e11bd3290c84bc0de0802ab41119ce6fa418f5d Mon Sep 17 00:00:00 2001 From: shibafu Date: Mon, 24 Jun 2019 20:05:14 +0900 Subject: [PATCH] =?UTF-8?q?JSON=20file=E3=81=AE=E3=82=A4=E3=83=B3=E3=83=87?= =?UTF-8?q?=E3=83=B3=E3=83=88=E5=B9=85=E3=82=92=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ただしcomposer.jsonは4 spaceを使うので、据え置く --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index cf46a56..b27771b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,9 @@ trim_trailing_whitespace = false [*.yml] indent_size = 2 + +[*.json] +indent_size = 2 + +[composer.json] +indent_size = 4