-
```
What steps will reproduce the problem?
1. It is not possible to customize the code style
2. It is not possible to disable the code formatter
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. It is not possible to customize the code style
2. It is not possible to disable the code formatter
What is the expected output? What do you see instead?
…
-
1: provide google-java-code-formatter.xml for eclipse / idea
2: private formatter tool as [google-java-format](https://github.com/google/google-java-format) provided
-
I wrote some code in order to apply the code formatter from my default project "SW core dev" on the generated code. Ideally it should take instead of the hardcoded project the targetProject value from…
-
https://black.readthedocs.io/en/stable/ makes code formatting automatic. Following its style & automating the code formating may be nice.
-
Lets just say our javascript / react isn't pretty looking. Would need a code style checker for js side of things, I usually use pycodestyle for python but just write javascript without format checking…
-
### Godot version
v4.3.stable.official [77dcf97d8]
### VS Code version
1.93.1
### Godot Tools VS Code extension version
2.1.0
### System information
Windows 11
### Issue descri…
-
(... for this repo)
doesn't seem to be `rustfmt` - so for now I'd just disable auto-formatting when editing :tipping_hand_man:
-
Would be nice to format the source code, HTML, CSS, JS, etc. And to validate code flawlessly.
-
Write the automation script which will format the codes in python in the projects.
You can use Black library.
Add it to github flow actions.