summaryrefslogtreecommitdiff
path: root/cli/fmt.rs
AgeCommit message (Expand)Author
2020-06-17chore: move fmt test to integration tests (#6340)Bartek Iwańczuk
2020-06-12update: deno_lint to v0.1.10 (#6248)Bartek Iwańczuk
2020-06-10feat(lint): use default globs, upgrade to v0.1.9 (#6222)Bartek Iwańczuk
2020-06-06Add diff for "deno fmt --check" (#5599)Filippo Rossi
2020-06-05added mjs files for default fmt (#6134)Taisuke Fukuno
2020-06-04Revert "feat: format deno bundle output (#5139)" (#6085)Ryan Dahl
2020-05-28fix(cli): Handle formatting UTF-8 w/ BOM files (#5881)David Sherret
2020-05-07feat: format deno bundle output (#5139)Yoshiya Hinosawa
2020-05-04feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support (...David Sherret
2020-04-28Fix stdin not formatting JSX (#4971)David Sherret
2020-04-24fix clippy (#4875)Ryan Dahl
2020-04-23Parallelized deno fmt (#4823)David Sherret
2020-04-19upgrade: dprint 0.13.0 (#4816)David Sherret
2020-04-08Remove panic catch around dprint calls (#4676)Ryan Dahl
2020-03-25upgrade: dprint 0.9.5 (#4491)Ryan Dahl
2020-03-11Improve dprint config (#4314)Ryan Dahl
2020-02-27Return non-zero exit code on malformed stdin fmt (#4163)Ryan Dahl
2020-02-26upgrade: dprint 0.7.0 (#4130)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-17fix(deno test): support directories as arguments (#4011)Bartek Iwańczuk
2020-02-13Clean up fmt flags and path handling (#3988)Ryan Dahl
2020-02-11refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)Nayeem Rahman
2020-02-09fmt: `deno fmt -` formats stdin and print to stdout (#3920)Kevin (Kun) "Kassimo" Qian
2020-02-03upgrade: dprint 0.3.0-alpha.6Ryan Dahl
2020-01-31chore: upgrade dprint (#3842)Bartek Iwańczuk
2020-01-30Adjust dprint configuration to be closer to prettier (#3824)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk