Skip to content

Commit

Permalink
Enhancement: Configure indentation for YML files in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Sep 6, 2019
1 parent 957c1ee commit 7aee970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ indent_style = space
indent_size = 4
charset = utf-8

[*.yml]
indent_size = 2

[tests/_files/*_result_cache.txt]
insert_final_newline = false

0 comments on commit 7aee970

Please sign in to comment.