| .. | ||
| helpers.ts | ||
| indent.ts | ||
| ini.ts | ||
| mod.ts | ||
| newlines.ts | ||
| readme.md | ||
-/fmt
naive code formatter
indent() uses parantheses (), brackets [], and braces {} to try and
guess the correct indentation for a given string of code.
newlines() takes a condition lambda and tries to add/remove newlines to
group code together, e.g. in config files.
| name | function | deps |
|---|---|---|
fmt/helpers |
predefined condition lambdas | |
fmt/ini |
the only good .ini stringifier |