-
Hello thanks for making this. Not sure if this is still an active project but when I convert a dominantlly white image, it produces white spaces (which is correct) but then when I copy whitespaces int…
-
Hi,
I noticed that there is a trailing whitespace at the end of the text in `` and `` elements, and possibly there are more, in your formatter.
Examples:
```html
test
!
```
```htm…
-
## Information
**VIM version**
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jun 18 2024 19:01:23)
macOS version - arm64
Operating System:
macOS X Sonoma 14.5
## What went wrong
The…
-
Many or all of the examples on https://gateway-api.sigs.k8s.io/reference/spec/ are missing leading whitespace on every line. For instance, the example under https://gateway-api.sigs.k8s.io/reference/…
-
IBANs are often grouped via space characters for better readability. For use in the QR code they have to be removed (if present) in order to be standard compliant and work with all banking apps.
So…
-
In android resources whitespaces (prefix & suffix) are usually discarded by the xml parser.
see https://developer.android.com/guide/topics/resources/string-resource.html#formatting-strings
There …
-
When I delete a newline, I always have to delete the leading whitespace too. Could this whitespace be trimmed automatically?
```
void f() {
int a = 1
+ 2;
}
```
If the cursor …
-
### Bug
Search does not work as expected when searching against JSON values that contain escaped characters. This is likely an issue with how string predicates are un-escaped both for clp style sea…
-
### Description
when casting types polars handles whitespace differently across datatypes and functions.
# Parsing Integers (polars: no whitespace allowed; all others: allowed)
when parsing int…
-
I'm not sure if this can be considered a bug.
But my idea is to reformat the file after these changes.
I expected only an empty string between `string a = 1; string b = 2;`, but I actually got…