mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
doc/packages: add treefmt section
This commit is contained in:
parent
e385267e4a
commit
fe586a5d59
3 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,7 @@ nginx.section.md
|
|||
opengl.section.md
|
||||
shell-helpers.section.md
|
||||
python-tree-sitter.section.md
|
||||
treefmt.section.md
|
||||
steam.section.md
|
||||
cataclysm-dda.section.md
|
||||
urxvt.section.md
|
||||
|
|
8
doc/packages/treefmt.section.md
Normal file
8
doc/packages/treefmt.section.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# treefmt {#treefmt}
|
||||
|
||||
[treefmt](https://github.com/numtide/treefmt) streamlines the process of applying formatters to your project, making it a breeze with just one command line.
|
||||
|
||||
The [`treefmt` package](https://search.nixos.org/packages?channel=unstable&show=treefmt)
|
||||
provides functions for configuring treefmt using the module system.
|
||||
|
||||
Alternatively, treefmt can be configured using [treefmt-nix](https://github.com/numtide/treefmt-nix).
|
|
@ -483,6 +483,9 @@
|
|||
"tester-testEqualArrayOrMap-return": [
|
||||
"index.html#tester-testEqualArrayOrMap-return"
|
||||
],
|
||||
"treefmt": [
|
||||
"index.html#treefmt"
|
||||
],
|
||||
"typst": [
|
||||
"index.html#typst",
|
||||
"doc/languages-frameworks/typst.section.md#typst"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue