vue-i18n-locale-message
vue-i18n-locale-message copied to clipboard
Specify indentation when infusing
How do I use 4 space indentation instead of 2 space when infusing ?
I tried to add --prettier=./.prettierrc when infusing, but it doesn't seem to work.
// .prettierrc
{
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
The same would be nice for extracting, but not necessary.
The plugin seem to detect the prettier file and load it correctly, but the replaced string still use 2 space for indentation.
