Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 7ad7636

Browse files
committed
Merge pull request #469 from ikokostya/yandex-preset-fix
Add allowUrlComments to yandex preset
2 parents e7ca7a0 + 67bc7bb commit 7ad7636

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

presets/yandex.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@
9191
"requireParamTypes": true
9292
},
9393

94-
"maximumLineLength": 120,
94+
"maximumLineLength": {
95+
"value": 120,
96+
"allowUrlComments": true
97+
},
9598
"requireLineFeedAtFileEnd": true,
9699
"disallowMultipleLineBreaks": true,
97100
"disallowMixedSpacesAndTabs": true,

0 commit comments

Comments
 (0)