Skip to content

Commit b4a2b15

Browse files
committed
configuration update
1 parent 96135f5 commit b4a2b15

File tree

3 files changed

+15
-37
lines changed

3 files changed

+15
-37
lines changed

.editorconfig

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# editorconfig.org
1+
# https://editorconfig.org
2+
23
root = true
34

45
[*]
56
charset = utf-8
6-
indent_style = space
7-
indent_size = 4
87
end_of_line = lf
9-
trim_trailing_whitespace = true
8+
indent_size = 2
9+
indent_style = space
1010
insert_final_newline = true
11+
max_line_length = 80
12+
trim_trailing_whitespace = true
1113

12-
[*.{md,json}]
13-
charset = utf-8
14-
indent_style = space
15-
indent_size = 2
16-
trim_trailing_whitespace = false
17-
insert_final_newline = false
14+
[*.md]
15+
max_line_length = 0
16+
trim_trailing_whitespace = false

.gitignore

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
1+
.DS_STORE
2+
node_modules
3+
14
# Logs
25
logs
36
*.log
4-
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
11-
# Compiled binary addons (http://nodejs.org/api/addons.html)
12-
build/Release
13-
14-
# Dependency directories
15-
node_modules
16-
jspm_packages
17-
18-
# Optional npm cache directory
19-
.npm
20-
21-
# Optional REPL history
22-
.node_repl_history
23-
24-
# visual studio
25-
.vs
26-
*.njsproj
27-
*.sln
28-
obj
297

30-
# typescript rollup plugin
8+
# rollup-plugin-typescript2
319
.rpt2_cache

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"eofline": true,
66
"indent": [
77
true,
8-
"spaces"
8+
"spaces",
9+
2
910
],
1011
"interface-name": [
1112
true,

0 commit comments

Comments
 (0)