Skip to content

Commit

Permalink
Sort .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and andregoncalvesdev committed Mar 8, 2024
1 parent 0b1560f commit ecd6696
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.md,*.mdx,*.snap}]
trim_trailing_whitespace = false

0 comments on commit ecd6696

Please sign in to comment.