Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active June 1, 2020 15:59
Show Gist options
  • Save Manyaka/da06f3328c5a34cfb5844d3e95d645ab to your computer and use it in GitHub Desktop.
Save Manyaka/da06f3328c5a34cfb5844d3e95d645ab to your computer and use it in GitHub Desktop.
.prettierrc ver2, теперь и виде npm пакета: https://www.npmjs.com/package/@manyaka/prettier-config
{
"$schema": "http://json.schemastore.org/prettierrc",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": true
}
@webistomin
Copy link

Можешь добавить "vueIndentScriptAndStyle": true ещё
https://prettier.io/docs/en/options.html#vue-files-script-and-style-tags-indentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment