Skip to content

Commit

Permalink
chore: Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Feb 19, 2022
1 parent 656ae60 commit d5a136b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
tab_size = 2
trim_trailing_whitespace=true

[*.yml]
indent_style = space
indent_size = 2

[*.md]
[*.{yml,yaml,md}]
indent_style = space
indent_size = 2
insert_final_newline = false
trim_trailing_whitespace = false

0 comments on commit d5a136b

Please sign in to comment.