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 /.editorconfig | |
| 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 '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 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 |