feat(prettier-config): Use tabs in base config

This commit is contained in:
T. R. Bernstein
2025-10-03 13:40:55 +02:00
parent 8cc7db94df
commit 31f267bb98

View File

@@ -1,6 +1,7 @@
// Documentation for this file: https://prettier.io/en/configuration.html
const config = {
printWidth: 110,
useTabs: true,
semi: false,
endOfLine: 'auto',
singleQuote: true,