-
## Describe the bug
A DocString might have empty lines in it. But those empty lines will have whitespace to the indent level of the DocString.
This fails gherlint.
## Steps to reproduce
```
…
-
![Screenshot_12-Aug_13-22-35_12512](https://github.com/user-attachments/assets/da3d540c-c594-4f82-befd-42596533362b)
-
Hi,
Originally raised this case with Wild Web Developer (https://github.com/eclipse/wildwebdeveloper/issues/599), but apparently the behavior comes from here.
When I'm in a multiline comment and…
-
### NuGet Product(s) Involved
dotnet.exe
### The Elevator Pitch
### Problem statement
It is often the case that in a pipeline one has to add a nuget source with specific credentials.
It is likely…
-
`variant-name` is currently defined as one or more `words`.
```
/* exclude whitespace and [ \ ] { } */
word ::= (((char - line-break) - inline-space) - [#x5b#x5c#x5d#x7b#x7d])+
variant-key ::= n…
stasm updated
6 years ago
-
i have develop some lib https://github.com/kulik/AndroidJAXBLib/tree/gradle on this branch i have migrate to gradle project structure? and want to push it to mvn. As you can see i made everything by y…
kulik updated
9 years ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
(see screen recording)
- write a rust comment `//`
- move the cursor over the first slash `/` an…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
```
$ code --version
1.76.2
ee2b180d582a7f601fa6ecfdad8d9fd269ab1884
x64
```
- OS Versi…
-
### Terraform Version
```
0.12.18
```
### Terraform Configuration Files
```hcl
locals {
hosts = [
{private_ip: "10.0.1.4", name: "server1"},
{private_ip: "10.0.2.4", n…
-
Let me explain what is the issue. I will mark spaces as dots.
Suppose I have
```
class Foo {
[no-spaces-here-just-empty-line]
....print("abc")
}
```
When I run `swiftformat --trimwhites…