scratch-semantic-release-co.../.editorconfig

12 lines
179 B
INI
Raw Normal View History

2019-06-11 15:01:53 -04:00
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