Skip to content

Commit e047015

Browse files
mochaaPgithub-actions[bot]
authored andcommitted
chore: Auto generate docs
1 parent 07b3369 commit e047015

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

doc/BUILTINS.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -3835,14 +3835,7 @@ One CLI to format your repo
38353835
#### Usage
38363836

38373837
```lua
3838-
local sources = {
3839-
null_ls.builtins.formatting.treefmt.with({
3840-
-- treefmt requires a config file
3841-
condition = function(utils)
3842-
return utils.root_has_file("treefmt.toml")
3843-
end,
3844-
}),
3845-
}
3838+
local sources = { null_ls.builtins.formatting.treefmt }
38463839
```
38473840

38483841
#### Defaults

doc/null-ls.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*null-ls.txt* Last change: 2024 June 22
1+
*null-ls.txt* Last change: 2024 June 27
22

33
==============================================================================
44
Table of Contents *null-ls-table-of-contents*

0 commit comments

Comments
 (0)