diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 20:27:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 20:27:39 +0900 |
| commit | 5a3cd8097387d65c148c56da09a9d0efe56fa470 (patch) | |
| tree | 215e848102bf932f61e3093093af5d68571aadd9 /.editorconfig | |
| parent | WIP #13 (diff) | |
| download | sharkey-5a3cd8097387d65c148c56da09a9d0efe56fa470.tar.gz sharkey-5a3cd8097387d65c148c56da09a9d0efe56fa470.tar.bz2 sharkey-5a3cd8097387d65c148c56da09a9d0efe56fa470.zip | |
Use tabs in json
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index 13791d24e6..edccf3a9d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,8 +6,5 @@ indent_size = 2 charset = utf-8 insert_final_newline = true -[*.json] -indent_style = space - [*.yml] indent_style = space |