We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3369 commit e047015Copy full SHA for e047015
doc/BUILTINS.md
@@ -3835,14 +3835,7 @@ One CLI to format your repo
3835
#### Usage
3836
3837
```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
-}
+local sources = { null_ls.builtins.formatting.treefmt }
3846
```
3847
3848
#### Defaults
doc/null-ls.txt
@@ -1,4 +1,4 @@
1
-*null-ls.txt* Last change: 2024 June 22
+*null-ls.txt* Last change: 2024 June 27
2
3
==============================================================================
4
Table of Contents *null-ls-table-of-contents*
0 commit comments