summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fmt/with_config/deno.jsonc
AgeCommit message (Collapse)Author
2023-01-25feat(fmt): make semi-colon option a boolean (#17527)David Sherret
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek IwaƄczuk
Allows to change behavior of `deno fmt` to use "ASI" setting for semicolons instead of always prefering them, this is done by "--options-semi=asi" flag or `"semi": "asi"` setting in the config file.
2022-01-17feat: auto-discover config file (#13313)Ryan Dahl