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

19 lines
267 B
INI
Raw Normal View History

2019-06-11 15:01:53 -04:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2019-06-11 15:01:53 -04:00
charset = utf-8
indent_size = 4
2019-06-11 15:01:53 -04:00
trim_trailing_whitespace = true
[*.{js,json}]
2019-06-11 15:01:53 -04:00
indent_style = space
2022-05-20 17:17:27 -04:00
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[{package.json,package-lock.json}]
indent_size = 2