mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 05:52:29 -05:00
8263893c5b
All non-cron builds deploy to GH Pages, but only release branches generate actual releases on npm / GH. Hotfix branches are considered release branches and should be released under the `hotfix` tag on npm.
15 lines
223 B
INI
15 lines
223 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{js,html}]
|
|
indent_style = space
|
|
|
|
[.circleci/config.yml]
|
|
indent_size = 2
|
|
indent_style = space
|