diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-31 01:31:24 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-31 01:31:24 +0900 |
| commit | e70729dda46ef4b319dd772d67fc4b477ddb06cc (patch) | |
| tree | 5aa415aa87193e046d3ca7e178a004c43fbd9ef0 | |
| parent | .yaml -> .yml (diff) | |
| download | misskey-e70729dda46ef4b319dd772d67fc4b477ddb06cc.tar.gz misskey-e70729dda46ef4b319dd772d67fc4b477ddb06cc.tar.bz2 misskey-e70729dda46ef4b319dd772d67fc4b477ddb06cc.zip | |
Update .editorconfig
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d96a5dd5f4..13791d24e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ insert_final_newline = true [*.json] indent_style = space + +[*.yml] +indent_style = space |