Fix trailing spaces/tabs in yaml syntax files (#3200)

Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
Yevhen Babiichuk (DustDFG)
2024-03-22 18:56:09 +02:00
committed by GitHub
parent 9ab9f8bc1c
commit 426e6c600f
65 changed files with 114 additions and 115 deletions

View File

@@ -44,7 +44,7 @@ rules:
skip: "\\\\."
rules:
- constant.specialChar: "\\\\([nrt\\\\'\"]|x[a-fA-F0-9]{2}|u{[a-fA-F0-9]+})"
- comment:
start: "//"
end: "$"