Added bracketSpacing into prettier (#627)

This commit is contained in:
yuri-sakharov
2025-11-27 13:27:16 +02:00
committed by GitHub
parent 3f623458b3
commit 1129651e6c
10 changed files with 155 additions and 144 deletions

View File

@@ -2,3 +2,4 @@ trailingComma: "es5"
tabWidth: 2
semi: true
singleQuote: false
bracketSpacing: true