Skip to content

Commit fc89b07

Browse files
committed
chore: Add basic .editorconfig
It makes sure we're using consistent text style across the repository.
1 parent 40a8a95 commit fc89b07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)