-
I have the following code
```
class A {
String get(Client a) {
return "AC";
}
}
class B extends A {
String get(SpecialClient a) {
return "BS";
}
}
class…
kumom updated
9 months ago
-
### Environment information
```bash
CLI:
Version: 1.9.4
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
-
-
Docs: [Code Formatter | IntelliJ Platform Plugin SDK](https://plugins.jetbrains.com/docs/intellij/code-formatting.html#non-whitespace-modifications)
This feature is also very useful 😄.
-
When the better code blocks plugin is installed and rendering is active, the formatter is automatically run when a note is opened. This causes the updated date to update on notes that are affected. Ob…
-
# VS Code 設定 Python linter 與 formatter:以 Flake8、yapf 為例 - Code and Me
VS Code 設定 Python linter 與 formatter:以 Flake8、yapf 為例
[https://blog.kyomind.tw/flake8-yapf-setting/](https://blog.kyomind.tw/fla…
-
What's your take on it?
-
Debian has started transitioning to add support for Python 3.12, and docformatter's tests fail. See: [Debian bug #1056469](https://bugs.debian.org/1056469).
That was on 1.7.5, and I can't reproduce…
-
** Please describe the project/idea you have for the community **
I would love a way for my editor (vs code) or a command line tool that would regularize whitespace and formatting of my *.qs files. S…
-
```
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?
…