-
```
Describe the enhancement in detail.
User should be able to configure the output formatting of data.
As a start, the current display code could be abstracted into a formatter
class and using the …
-
Auto-formatting currently prefers external formatters to language servers:
https://github.com/helix-editor/helix/blob/0975d9c5e7e4caf08d1c1204f09ab6d2f718105d/helix-view/src/document.rs#L725-L815
…
-
**Describe the bug**
Running the Format Code Source command on CoCalc results in serious loss of data in bibtex files.
I recommend the following
1. That **Format Source Code** be disabled by de…
-
![image](https://github.com/date-fns/date-fns/assets/7501201/b1ea3966-810a-4acb-8705-7c4aed18f6ab)
format(new Date(), 'yyyy') results in Uncaught TypeError: _formattersMjs.formatters is undefined
…
-
Could be implemented with an argument to `debugme()`, like `debugme::debugme(formatter = debugme:::handle_dynamic_code(.))` . Perhaps even with the default `formatter = .`.
-
### What is the current behavior?
Files are passed via xargs to the formatter tool and run serially
### Describe the feature
I have multiple C++ projects with large numbers of files (~1000) t…
-
### What is the current behavior?
At the moment it is not possible to provide arguments into the formatters specified in `format_multirun`. Instead, in order to configure their behaviour, one needs t…
-
### Problem description
1. Install `black` or `ruff`
2. In `config.lua` set:
```lua
lvim.format_on_save.enabled = true
local formatters = require("lvim.lsp.null-ls.formatters")
formatters.se…
-
Originally reported by: **Florian Bruhin (BitBucket: [The-Compiler](http://bitbucket.org/The-Compiler), GitHub: @The-Compiler?)**
---
For this code:
```python
import pygments.lexers
import …
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
Wanted: Extend the configuration in the usage section to some more low level usage, but…