https://github.com/websockets/ws
Raw File
Tip revision: 2405c17775fb57f5e07db123c6133733dd58bbab authored by Jana R on 29 March 2024, 11:53:43 UTC
[doc] Add punctuation for readability (#2213)
Tip revision: 2405c17
.prettierrc.yaml
arrowParens: always
endOfLine: lf
proseWrap: always
singleQuote: true
trailingComma: none
back to top