Open OlafvdSpek opened 3 years ago
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 is after the 1, I'd like one press of Delete to delete both the newline and the whitespace before the +.
1
+
Hello, I would like to contribute to this. Is it still open/needed?
It is.
When I delete a newline, I always have to delete the leading whitespace too. Could this whitespace be trimmed automatically?
If the cursor is after the
1
, I'd like one press of Delete to delete both the newline and the whitespace before the+
.