Skip to content

Commit 25ec7af

Browse files
committed
build: dot config
1 parent c7b6f6f commit 25ec7af

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[{package.json,*.yml,*.jade,*.pss,*.css,*.js,*.md}]
12+
indent_size = 2
13+
14+
[*.md]
15+
trim_trailing_whitespace = false

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
.nyc_output
3+
npm-debug.log
4+
coverage
5+
lib

.npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
src
3+
.gitignore
4+
.travis.yml
5+
coverage
6+
.nyc_output
7+
npm-debug.log

0 commit comments

Comments
 (0)