Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

can you stop prettier from line wrapping html

    "prettier":{
        "arrowParens": "avoid",
        "bracketSpacing": true,
        "htmlWhitespaceSensitivity": "css",
        "insertPragma": false,
        "jsxBracketSameLine": false,
        "jsxSingleQuote": false,
        "printWidth": 140,
        "proseWrap": "preserve",
        "quoteProps": "as-needed",
        "requirePragma": false,
        "semi": true,
        "singleQuote": false,
        "tabWidth": 4,
        "trailingComma": "none",
        "useTabs": false,
        "vueIndentScriptAndStyle": false,
        "rangeStart": 0
      }
Source by www.mvpop.co.uk #
 
PREVIOUS NEXT
Tagged: #stop #prettier #line #wrapping #html
ADD COMMENT
Topic
Name
5+9 =