mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
Erica Marigold
83ab6bf97f
* Sets up a test runner system and includes unit tests for existing generators using Rojo's test files. * Configure Luau analysis and disables unnecessary lints. * Make sync config generator accept a third options argument with a `force` option to generate configs even when there is a `default.project.json` present in the `projectDir`.
10 lines
176 B
TOML
10 lines
176 B
TOML
line_endings = "Unix"
|
|
quote_style = "AutoPreferDouble"
|
|
indent_type = "Spaces"
|
|
call_parentheses = "Always"
|
|
|
|
indent_width = 4
|
|
# column_width = 80
|
|
|
|
[sort_requires]
|
|
enabled = true
|