Command-line Tools¶
sleek¶
Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity.
sqlfluff¶
The command sqlfluff fix
can be used to fix issues (including formatting issues) in SQL code.
It can be used as a tool to format SQL code.
However,
sqlfluff fix
Useful Tools for Python Developing
The println Macro in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Format Java Code
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Google Java Format is a good formatter for Java code. It can be used with Gradle or as an IntelliJ plugin. The article Integrate Google Java Style Guide in a Java …