Skip to content

Commit f65a551

Browse files
committed
chore: add .editorconfig
1 parent 0d96a9f commit f65a551

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ coverage
33
dist
44
*.log
55
.*
6-
!.README
6+
!.babelrc
7+
!.editorconfig
8+
!.eslintrc
79
!.gitignore
810
!.npmignore
9-
!.babelrc
11+
!.README
1012
!.travis.yml
11-
!.eslintrc

0 commit comments

Comments
 (0)