Skip to content

Commit

Permalink
feature(ui-ux): editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Sep 2, 2022
1 parent e4c832b commit 00b4892
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{ts,tsx}]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
Expand Down

0 comments on commit 00b4892

Please sign in to comment.