-
It would be nice to have a `quint format` command that would format any source file given to it, much like `rustfmt` for Rust or `prettier` for JavaScript/TypesScript.
As far as I can tell, Quint c…
romac updated
7 months ago
-
## Formatter (Prettier)
* Study how we can develop plugins
* Make a list of formatting "rules" that are not convenient for us (e.g: ternary)
* Implement plugins to match our needs
## Linter (…
-
I'd like to disable the formatter for my clojure development. Apparently the way to do this is in intellij is by using "Formatter marks in comments", like
``` java
// @formatter:off
...
// @formatte…
-
### Is your feature request related to a problem?
Code quality improvements.
### Describe the solution you'd like
Run [ruff formatter](https://github.com/astral-sh/ruff) on all *.py files. A…
-
Hi,
I drop the google-java-format-eclipse-plugin-1.20.0.jar file in dropins eclipse folder.
I set google-java-formatter in my eclipse workspace and project configuration.
However, the formatter …
-
I thought I would open an issue to gauge interest in a terminal / plain text formatter. This possible formatter would print or read data from space padded plain text.
```python
import tablib
da…
-
### Describe the feature
We will need a pretty-printer for use in:
- lints/code suggestions
- displaying items in auto-generated documentation
- re-use in a formatter
### Additional context
…
-
## Problem
Currently when tests fail in layout tests, it is annoying to interpret what went wrong. The layout tests typically compare a vector of a tuple of position and length for each `Rect`, i.e…
-
### Describe the Issue
I was going through [this step of the date formatter project,](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-the-date-object-by-buildi…
-
We observed some weird behavior when using `jsonpatch` formatter. The diff was right but the output of `jsonpatch` formatter looks off.
When I looked into the `jsonpatch` formatter implementation, …