index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
fmt.rs
Age
Commit message (
Expand
)
Author
2020-04-24
fix clippy (#4875)
Ryan Dahl
2020-04-23
Parallelized deno fmt (#4823)
David Sherret
2020-04-19
upgrade: dprint 0.13.0 (#4816)
David Sherret
2020-04-08
Remove panic catch around dprint calls (#4676)
Ryan Dahl
2020-03-25
upgrade: dprint 0.9.5 (#4491)
Ryan Dahl
2020-03-11
Improve dprint config (#4314)
Ryan Dahl
2020-02-27
Return non-zero exit code on malformed stdin fmt (#4163)
Ryan Dahl
2020-02-26
upgrade: dprint 0.7.0 (#4130)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-17
fix(deno test): support directories as arguments (#4011)
Bartek Iwańczuk
2020-02-13
Clean up fmt flags and path handling (#3988)
Ryan Dahl
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-02-09
fmt: `deno fmt -` formats stdin and print to stdout (#3920)
Kevin (Kun) "Kassimo" Qian
2020-02-03
upgrade: dprint 0.3.0-alpha.6
Ryan Dahl
2020-01-31
chore: upgrade dprint (#3842)
Bartek Iwańczuk
2020-01-30
Adjust dprint configuration to be closer to prettier (#3824)
Ryan Dahl
2020-01-29
feat: dprint formatter (#3820)
Bartek Iwańczuk