mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
config: enable bracket spacing in prettier config
This commit is contained in:
@@ -4,5 +4,6 @@ module.exports = {
|
||||
semi: true,
|
||||
printWidth: 80,
|
||||
useTabs: false,
|
||||
tabWidth: 2
|
||||
tabWidth: 2,
|
||||
bracketSpacing: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user