feat(prettier-config): Use tabs in base config
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
// Documentation for this file: https://prettier.io/en/configuration.html
|
// Documentation for this file: https://prettier.io/en/configuration.html
|
||||||
const config = {
|
const config = {
|
||||||
printWidth: 110,
|
printWidth: 110,
|
||||||
|
useTabs: true,
|
||||||
semi: false,
|
semi: false,
|
||||||
endOfLine: 'auto',
|
endOfLine: 'auto',
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user