Michael Arndt
Michael Arndt
Implement the dockfmt.Format interface for .gitlab-ci.yml. Design goal: When the file is changed, every change must be as local as possible. That means that white-spaces (including line-endings) and comments are...
Implement the dockfmt.Format interface for .circleci/config.yml. Design goal: When the file is changed, every change must be as local as possible. That means that white-spaces (including line-endings) and comments are...
Implement the dockfmt.Format interface for .travis.yml. Design goal: When the file is changed, every change must be as local as possible. That means that white-spaces (including line-endings) and comments are...
Since yaml is widely used, there should be a common set of helpers to cope with the format. Unfortunately there is currently no round-trip parser for yml in go. The...
Both, AsciiDoc and Markdown, are not part of this projects scope. Also other projects could benefit from a generated documentation, just like dockmoor does.