/[sudobot]/trunk/.prettierrc
ViewVC logotype

Contents of /trunk/.prettierrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (7 months, 4 weeks ago) by rakinar2
File size: 392 byte(s)
chore: add trunk
1 {
2 "editorconfig": true,
3 "printWidth": 100,
4 "trailingComma": "none",
5 "jsxBracketSameLine": false,
6 "arrowParens": "avoid",
7 "singleQuote": false,
8 "jsxSingleQuote": false,
9 "overrides": [
10 {
11 "files": ["*.yml", "*.yaml"],
12 "options": {
13 "singleQuote": false,
14 "tabWidth": 2
15 }
16 }
17 ]
18 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26