config: enable bracket spacing in prettier config

This commit is contained in:
Abdullah Atta
2022-12-05 12:25:31 +05:00
parent fcfe9ff23b
commit b65761f9da

View File

@@ -4,5 +4,6 @@ module.exports = {
semi: true,
printWidth: 80,
useTabs: false,
tabWidth: 2
tabWidth: 2,
bracketSpacing: true
};