-
## Prework
- [ ] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blo…
-
Minimum reproducible example:
```rust
fn main() {
let foo =
// 114514
if true {
1919
} else {
810
};
}
```
Note the extra whitespace after `=`.
Version: 1.7.0-s…
-
When substituting regular arguments, the arguments are stripped of surrounding whitespace.
```c
#define macro(a,b) (a,b)
macro(1, 2) // 1,2
```
When substituting varargs, the arguments are …
-
IA Reader mostly looks good, but I have a few design quibbles:
- There is currently no whitespace between the top of the IA reader / below the blue block containing search. There should be.
-- Id…
-
Sniffs in PHP_CodeSniffer should preferably be accompanied by documentation. There are currently still a number of sniffs which don't have documentation.
Sniff documentation is provided via XML fil…
jrfnl updated
2 weeks ago
-
Whitespace in character classes is mentioned in the proposal, but how should flag `x` handle whitespace in other enclosed tokens: `{…}`, `\p{…}`, `\P{…}`, `\u{…}`, `[\q{…}]`, `(?)`, `\k`.
Prior art…
-
![image](https://user-images.githubusercontent.com/52182057/137628437-ed94d61b-2978-4816-8737-0d21ed3a3695.png)
![image](https://user-images.githubusercontent.com/52182057/137628531-aa1b78c3-047d-4d7…
-
Should whitespace handling be changed? Currently, there are a couple basic mechanisms to control line breaks, but not much more than that.
## Spacing control
There are no current spacing contro…
-
White space is a mixture of tabs and spaces. This will make reading diffs unnecessarily difficult.
Emacs file local variables in some files specify hard tabs, width 8, but this has not been followed…
-
Are there any linter rules for managing white space? Like detecting tabs vs spaces, indentation issues, trailing spaces, etc.?