Skip to content

Commit

Permalink
chore: align .editorconfig defaults (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jun 5, 2023
1 parent 392ff9e commit 51054b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
root = true

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

[*.{md,yml,yaml}]
indent_style = space
indent_size = 2
6 changes: 6 additions & 0 deletions template/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
root = true

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

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

0 comments on commit 51054b8

Please sign in to comment.