forked from clone/flarum-ext-redis-setup
Conventions & code formating
This commit is contained in:
19
.prettierrc
Normal file
19
.prettierrc
Normal file
@@ -0,0 +1,19 @@
|
||||
bracketSameLine: true
|
||||
jsxBracketSameLine: true
|
||||
jsxSingleQuote: true
|
||||
printWidth: 100
|
||||
proseWrap: "always"
|
||||
semi: true
|
||||
singleQuote: true
|
||||
tabWidth: 4
|
||||
trailingComma: "all"
|
||||
useTabs: true
|
||||
|
||||
overrides:
|
||||
- files:
|
||||
- "*.json"
|
||||
- "*.yml"
|
||||
- "*.yaml"
|
||||
options:
|
||||
useTabs: false
|
||||
tabWidth: 2
|
||||
Reference in New Issue
Block a user