# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,rst,ini}]
indent_style = space
indent_size = 4

[*.py]
line_length=200

[*.csv]
end_of_line = crlf

[*.bat]
indent_style = tab
end_of_line = crlf

[*.tsv]
indent_style = tab
indent_size = tab

[LICENSE]
insert_final_newline = false

[*.{html,css,scss,json,yml}]
indent_style = space
indent_size = 2

[nginx.conf]
indent_style = space
indent_size = 2

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

[{.travis.yml,package.json}]
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_size = 2
indent_style = space
