Skip to content

Commit

Permalink
chore(editorconfig): use space instead of tabs for yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 20, 2021
1 parent 38f3e6b commit dcf1ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit dcf1ac3

Please sign in to comment.