Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

[editorconfig] change json indent from 2 to 4 spaces #1444

Merged
merged 1 commit into from
Nov 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml}]
[*.{yml}]
indent_style = space
indent_size = 2
end_of_line = lf
Expand Down