1
0
mirror of https://github.com/jfilter/clean-text.git synced 2021-09-19 22:32:58 +03:00
Files
clean-text-nlp-preprocessing/.editorconfig
Johannes Filter d0c1eb6077 getting stuff done
2018-12-21 21:18:08 +01:00

18 lines
241 B
INI

# 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
[*.py]
max_line_length = 119
[*.md]
insert_final_newline = false