Skip to content

Commit

Permalink
fix: set yaml file indent to 2 spaces instead of 3
Browse files Browse the repository at this point in the history
Current `.drone.yml` and `.travis.yml` both use 2 spaces, and 2-space
indent is the most popular indent style.
  • Loading branch information
PeterDaveHello committed Jul 2, 2018
1 parent ca968cf commit e4ecb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ indent_size = 2
# YAML
[*.yml]
indent_style = space
indent_size = 3
indent_size = 2

# JSON
[*.json]
Expand Down

0 comments on commit e4ecb0b

Please sign in to comment.