mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(config): add tabWidth to prettier config for avoid differences among contributors
This commit is contained in:
@@ -2,5 +2,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
semi: false,
|
semi: false,
|
||||||
plugins: ["prettier-plugin-tailwindcss"],
|
tabWidth: 4,
|
||||||
};
|
useTabs: true,
|
||||||
|
plugins: ['prettier-plugin-tailwindcss'],
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user