scratch-semantic-release-co.../.editorconfig
2022-05-20 13:24:44 -07:00

14 lines
214 B
INI

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