From b3e39dab1be72090ac13d62accaa5c13d5f10aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?100=E3=81=AE=E4=BA=BA?= <100@pokemori.jp> Date: Sat, 30 Jul 2022 15:25:14 +0900 Subject: [PATCH] =?UTF-8?q?[EditorConfig]=20.yaml=20=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E7=94=A8=E3=81=AE=E3=82=A4=E3=83=B3=E3=83=87?= =?UTF-8?q?=E3=83=B3=E3=83=88=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c01b6dd..7f8a751 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,9 @@ guidelines = 120 trim_trailing_whitespace = true insert_final_newline = true +[*.yaml] +indent_style = space + [*.js.cmd] end_of_line = crlf charset = shift_jis