1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/cli/args
Bartek Iwańczuk e1c51f3c0d
feat(fmt): add ability to configure semicolons (#17292)
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.
2023-01-24 21:07:00 +01:00
..
config_file.rs feat(fmt): add ability to configure semicolons (#17292) 2023-01-24 21:07:00 +01:00
flags.rs feat(fmt): add ability to configure semicolons (#17292) 2023-01-24 21:07:00 +01:00
flags_allow_net.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
lockfile.rs refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00
mod.rs feat(fmt): add ability to configure semicolons (#17292) 2023-01-24 21:07:00 +01:00