-
Hi
Is it possible to add code formatter for latte. (When you press alt shift f )
Thanks
-
rob-3 updated
3 years ago
-
Add option to preferentes:
http://astyle.sourceforge.net/astyle.html#_Brace_Style_Options
-
Using Prettier would help us have code that's... prettier. By enforcing a standard, it would also remove the annoying whitespace changes that we often see popping up in PRs just because two different …
-
I would like to propose adding scalafmt to this codebase for the same set of obvious reasons why having a code formatter is a good idea. The typical problem with adding a code formatter is it causes m…
-
Relates to:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=471825
https://github.com/vi-eclipse/Eclipse-JDT/issues/10
### How to reproduce the bug:
The code given in this comment: https://bugs.…
-
### Version
5.5.1
### Link to Minimal Reproduction
https://codepen.io/gpcwhitecap/pen/abeQOyK
### Steps to Reproduce
Enter the index of a sampled point in the input box and click Show Tooltip. Th…
-
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
-
Hi, I am trying to import code formatter from Intellij but unfortunately without success. Is there a way to use Intellij code formatter with this plugin or is still not supported ?
-
Hemlock's syntax makes `hmph`'s job simple relative to most languages, but there are still a few things a Hemlock code formatter should do to files as a whole:
- Replace multi-space/line separation…