-
**Is your feature request related to a problem? Please describe.**
Currently, SQL query strings can not be auto-formatted.
**Describe the solution you'd like**
Add an auto-format command to the C…
musjj updated
1 month ago
-
Problem:
We no longer want to support automatically formatting tensors (ie, changing there layouts or moving them off/on device implicitly). The user needs to be aware of the cost of doing these ope…
-
It's a must-have if we're talking about IDE-like experience.
-
Most modern editors do this, and it makes it a lot easier to read student code (they don't always follow instructions about formatting).
--------------------------------------------------
SN:
Rep…
-
See for example here:
![image](https://github.com/user-attachments/assets/95a862cf-2a7d-4545-8995-7db18861a9e3)
-
### Your question:
It would be great of automatic formatting (for example with pre-commit) would be added to feedstocks.
-
When I autoformat a file, it aligns the content without considering the length of each word, causing the alignment to appear offset compared to the defsrc
It would be helpful if the parser added pa…
-
I'm currently looking over https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/editing-support/auto-save-nvim . They use some magic to make autoformat work with this plugin.
I …
-
A button that formats the entire page with tabs and the like.
[Autoformat](http://codemirror.net/2/lib/util/formatting.js) [demo](http://codemirror.net/2/demo/formatting.html) - this was discontinu…
-
We need a pre commit hook or something like that to auto-format code according to our IntelliJ Java Formatter or the Kotlin standard code formatting rules.