-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
I'm maintaining a package (daco
) that expands formatting of Dart files to include doc comments. Doc comments are formatted as markdown with prettier and embedded Dart code blocks with the Dart formatter. daco
provides an executable of the same name that is meant to be used as a drop-in replacement for dart format
, so it also formats the actual Dart code of the files it is used on.
I want to respect the formatting preferences of the directory in which the tool is run, and ConfigCache
would be very helpful for that.
Metadata
Metadata
Assignees
Labels
No labels