diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-24 21:07:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 21:07:00 +0100 |
| commit | e1c51f3c0d595542fe471359916df2a7b6be5484 (patch) | |
| tree | cb213509a20a46a208f6623b4012c9f4845bf3c8 /cli/tests/testdata/run | |
| parent | abd96105300a7729a4d8eb69af2e81dd6307a163 (diff) | |
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.
Diffstat (limited to 'cli/tests/testdata/run')
| -rw-r--r-- | cli/tests/testdata/run/with_config/auto_discovery_log.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/with_config/auto_discovery_log.out b/cli/tests/testdata/run/with_config/auto_discovery_log.out index a1f4ada1d..601c1adc6 100644 --- a/cli/tests/testdata/run/with_config/auto_discovery_log.out +++ b/cli/tests/testdata/run/with_config/auto_discovery_log.out @@ -1,3 +1,3 @@ -DEBUG RS - deno::args::config_file:529 - Config file found at '[WILDCARD]deno.jsonc' +DEBUG RS - [WILDCARD] - Config file found at '[WILDCARD]deno.jsonc' [WILDCARD] ok |
