1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00
leech/.editorconfig
2017-02-08 13:20:14 -06:00

15 lines
222 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
charset = utf-8
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2