Skip to content

Commit f654d5e

Browse files
authored
Merge pull request #20 from mattdwen/feature/editor-config
Add .editorconfig
2 parents 664d0d0 + e15e47d commit f654d5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = tab
7+
indent_size = 4

0 commit comments

Comments
 (0)