Skip to content

Commit 4b9ffe7

Browse files
committed
- adds editor config to avoid tab and space disruptencies
1 parent c132b43 commit 4b9ffe7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*.tt]
2+
indent_style = space
3+
indent_size = 4
4+
insert_final_newline = true
5+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)