Skip to content

Commit 7b6fdb3

Browse files
9999yearsMikolaj
authored andcommitted
Add .editorconfig
1 parent 26f1cd7 commit 7b6fdb3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See: https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
7+
[*.hs]
8+
indent_style = space
9+
indent_size = 2
10+
11+
[Makefile]
12+
indent_style = tab

0 commit comments

Comments
 (0)