Skip to content

Commit 8451657

Browse files
committed
Add editorconfig
1 parent edb1f15 commit 8451657

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root=true
2+
3+
[*.{kt,kts}]
4+
indent_style=space
5+
indent_size=4
6+
7+
[*.dart]
8+
indent_style=space
9+
indent_size=2

0 commit comments

Comments
 (0)