Skip to content

Commit f4a554c

Browse files
author
Joel Eriksson
committed
Initial commit
0 parents  commit f4a554c

File tree

7 files changed

+769
-0
lines changed

7 files changed

+769
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = tab
8+
indent_size = 4
9+
10+
[package.json]
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)