scratch-semantic-release-co.../.editorconfig
Christopher Willis-Ford c65a2acf10 ci: add CircleCI config
2022-05-20 16:16:32 -07:00

18 lines
267 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
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[{package.json,package-lock.json}]
indent_size = 2