Skip to content
Snippets Groups Projects
Commit 3738644b authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

chore: update prettier in order tu be in sync with ANCT lib

parent aa3a29f0
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"printWidth": 128,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"bracketSpacing": true
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment