Skip to content

Commit

Permalink
Use space indentation for all YAML files in .editorconfig
Browse files Browse the repository at this point in the history
YAML only accepts spaces for indentation, not tabs.
  • Loading branch information
Calinou committed Feb 20, 2021
1 parent dc1ae06 commit 076b17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ indent_size = 4
indent_style = space
indent_size = 4

[.travis.yml]
# YAML requires indentation with spaces instead of tabs.
[*.{yml,yaml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 076b17f

Please sign in to comment.