scratch-semantic-release-co.../.editorconfig
2019-06-11 14:01:53 -05:00

11 lines
179 B
INI

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