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 /pnpm-workspace.yaml | |
| parent | fix(server): エラーのスタックトレースは返さないように (diff) | |
| download | sharkey-9234ffc927155ecc4f774dcb5d0e078b704035d3.tar.gz sharkey-9234ffc927155ecc4f774dcb5d0e078b704035d3.tar.bz2 sharkey-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>
Diffstat (limited to 'pnpm-workspace.yaml')
| -rw-r--r-- | pnpm-workspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |