Skip to content

Commit

Permalink
style: update editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco authored Oct 28, 2018
1 parent 37eba23 commit c221b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ root = true

[*]
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf

[*.cs]
indent_size = 4
Expand Down Expand Up @@ -61,4 +63,4 @@ indent_size = 2
indent_size = 2

[*.{yaml,yml}]
indent_size = 2
indent_size = 2

0 comments on commit c221b44

Please sign in to comment.