Skip to content

Commit

Permalink
fix: Disable bracket spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Feb 24, 2024
1 parent 9a512fe commit f1e6fd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/.prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ semi: false
singleQuote: false

overrides:
#########################
# Global
#########################
- files:
- "*.*"
options:
brackSpacing: false

#########################
# Markdown
#########################
Expand Down

0 comments on commit f1e6fd7

Please sign in to comment.