This commit is contained in:
Mads Jensen 2017-04-20 17:42:06 +00:00 committed by GitHub
commit 76a4c4cbb1
2 changed files with 21 additions and 0 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
# Docstrings and comments use max_line_length = 79
[*.py]
max_line_length = 119
# Minified JavaScript files shouldn't be changed
[**.min.js]
indent_style = ignore
insert_final_newline = ignore

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ coverage.*
!.gitignore
!.travis.yml
!.isort.cfg
!.editorconfig