aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2023-08-28refactor!: remove ability for formatter list to disable autoformatSteven Arcangeli
I realized that there are so, so many possible features people would want when configuring the autoformatter, but it's better to just code it up yourself rather than try to create a config language that can describe all possible logic. Also adding new docs to provide examples of more advanced autoformat logic.
2023-08-28[docgen] Update docsGithub Actions
skip-checks: true
2023-08-28[docgen] Update docsGithub Actions
skip-checks: true
2023-08-27doc: flesh out config options documentationSteven Arcangeli
2023-08-27feat: new formatter: fish_indent (#5)Mahan
* feat: add fish_indent * feat: update readme to add fish_indent
2023-08-26doc: fix example code in README (#4)stvhuang
2023-08-25[docgen] Update docsGithub Actions
skip-checks: true
2023-08-25doc: fix condition example in READMESteven Arcangeli
2023-08-25feat: first working versionSteven Arcangeli
2023-08-24Initial commitSteven Arcangeli