diff options
| author | Windymelt <1113940+windymelt@users.noreply.github.com> | 2023-02-26 18:18:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 18:18:23 +0900 |
| commit | 9234ffc927155ecc4f774dcb5d0e078b704035d3 (patch) | |
| tree | 348c4f59d50ed32d3d8e577df632d1b6f2788614 | |
| parent | fix(server): エラーのスタックトレースは返さないように (diff) | |
| download | misskey-9234ffc927155ecc4f774dcb5d0e078b704035d3.tar.gz misskey-9234ffc927155ecc4f774dcb5d0e078b704035d3.tar.bz2 misskey-9234ffc927155ecc4f774dcb5d0e078b704035d3.zip | |
[chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規約を適用する (#10081)
* Added yaml file in addition to yml file, in editorconfig
* Applied editorconfig for pnpm-workspace.yaml
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | 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' |