Skip to content

Commit

Permalink
chore(): better editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jan 19, 2025
1 parent 27211ac commit 1811499
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 72
trim_trailing_whitespace = true

[*.md]
max_line_length = off

[*.yml]
indent_size = 2
indent_style = space
root = true

[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
indent_style = space

0 comments on commit 1811499

Please # to comment.