-
Summary of #358 and #101:
Parameter | Description | Values
--- | --- | ---
`indent-unit` | Character sequence to use for indentation. | Pattern: `(\\t\| +)`Examples: (`"\t"`, `" "`, `" "`)
`i…
-
**Your Environment**
* **plugin version**: 3.1.1
* **Prettier version**: 2.3.2
* **node version** 14
**Describe the bug**
The plugin removes the whitespace before the imports' block, but i…
-
Some people don't care about trailing whitespaces.
Some people do care and think there should be none.
There could be a mix of both in a team.
In relaxed hobby projects it is unpleasant to coer…
-
This came up when I was thinking about fixes for people who have `local:::` in their database. Right now the easiest method is probably:
```
autobib get local::: > local.tex
autobib local valid_id …
-
-
-
The regular expression `MESSAGE_REGEX` does not allow whitespace (or newlines) between each header. For example, if the test `MESSAGE_1` is defined as:
```
MESSAGE1 = """{1:F01ASDFJK20AXXX0987654321…
-
My logos lexer implementation somehow does not match the `TK_NOT` token when there is more input (like a whitespace) after it. Instead it matches the `TK_WORD` token in that case, which should be wron…
-
안녕하세요,
제가 구현한 코드와 reference 코드의 출력을 비교하는 과정에서 trailing whitespace의 차이도 확인하시는지 문의드립니다.
다음 코드로 출력비교를 하였습니다.
```bash
# 아무처리 없이 출력값을 비교 -> difference 존재
diff -u $src_output $reference_output
# …
-
### Specification
Currently the agnostic RPC message parser separates the messages based on the`}{` boundry., which makes it difficult to read messages since they are in a single line.
The obje…