Skip to content

Commit 321f14e

Browse files
committed
Add .editorconfig
1 parent 7917224 commit 321f14e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
8+
[*.py]
9+
indent_style = space
10+
indent_size = 4
11+
charset = utf-8
12+
13+
[{package.json,.travis.yml}]
14+
indent_style = space
15+
indent_size = 2

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55

66
install:
77
- pip install flake8
8+
- npm install eclint
89

910
script:
1011
- flake8 .
12+
- eclint check .

0 commit comments

Comments
 (0)