From 9234ffc927155ecc4f774dcb5d0e078b704035d3 Mon Sep 17 00:00:00 2001 From: Windymelt <1113940+windymelt@users.noreply.github.com> Date: Sun, 26 Feb 2023 18:18:23 +0900 Subject: [PATCH] =?UTF-8?q?[chore]Editorconfig:=20yml=E3=81=AB=E5=8A=A0?= =?UTF-8?q?=E3=81=88=E3=81=A6yaml=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=A6=E3=82=82=E5=90=8C=E3=81=98?= =?UTF-8?q?=E8=A6=8F=E7=B4=84=E3=82=92=E9=81=A9=E7=94=A8=E3=81=99=E3=82=8B?= =?UTF-8?q?=20(#10081)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added yaml file in addition to yml file, in editorconfig * Applied editorconfig for pnpm-workspace.yaml --------- Co-authored-by: syuilo --- .editorconfig | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6db1367645..a6f988f8d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,5 @@ charset = utf-8 insert_final_newline = true end_of_line = lf -[*.yml] +[*.{yml,yaml}] indent_style = space diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 949cfb3d40..334ff382e5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ packages: - 'packages/backend' - 'packages/frontend' - - 'packages/sw' \ No newline at end of file + - 'packages/sw'