mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 120,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"singleAttributePerLine": false
|
|
}
|