Skip to content

Commit

Permalink
Config file example
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Dec 26, 2024
1 parent a8dfc47 commit cd61241
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
** TODO Add to Nix home-manager with empty config file
** TODO Indicate which args are CLI and which are config
* Options and documentation
** DONE Args struct
** DONE OptionArgs struct
** DONE Implement Default, Display, from for Args
** DONE CLI command
** DONE CLI args parser function
** DONE Config args parser function
** DONE Args resolver
** TODO GitHub README
** Args struct
** OptionArgs struct
** Implement Default, Display, from for Args
** CLI command
** CLI args parser function
** Config args parser function
** Args resolver
** GitHub README
* Release process
** Update release notes
*** git log --oneline --no-merges vX.X.X..main
Expand Down
2 changes: 1 addition & 1 deletion tex-fmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tabsize = 2
tabchar = "space"
stdin = false
verbosity = "warn"
lists = ["theorem", "align"]
lists = []

0 comments on commit cd61241

Please sign in to comment.