mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 07:58:23 -05:00
18 lines
267 B
INI
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
|