Skip to content

Commit

Permalink
Use .editorconfig for YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 23, 2020
1 parent 0a6303e commit ad59273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/.editorconfig → .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ root = true
indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)

[*.yml]
indent_size = 2

# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
Expand Down

0 comments on commit ad59273

Please sign in to comment.