Skip to content

Commit 79ce653

Browse files
committed
chore: adds editorconfig
1 parent 38f2d06 commit 79ce653

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
5+
# Change these settings to your own preference
6+
indent_style = space
7+
indent_size = 2
8+
9+
# We recommend you to keep these unchanged
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

.nycrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
],
55
"sourceMap": false,
66
"instrument": false
7-
}
7+
}

0 commit comments

Comments
 (0)