Skip to content

Commit ba353a0

Browse files
committed
chore: add .editorconfig
1 parent 2fa8830 commit ba353a0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ coverage
33
dist
44
*.log
55
.*
6+
!.babelrc
7+
!.editorconfig
68
!.eslintrc
79
!.gitignore
810
!.npmignore
9-
!.babelrc
10-
!.travis.yml
1111
!.README
12+
!.travis.yml
1213
/package-lock.json

0 commit comments

Comments
 (0)