mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 12:42:27 +00:00
formatting
This commit is contained in:
3
.github/restyled.yml
vendored
3
.github/restyled.yml
vendored
@ -1,2 +1,3 @@
|
||||
exclude:
|
||||
- "**/*.md"
|
||||
- '**/*.md'
|
||||
- '**/pnpm-lock.yaml'
|
||||
|
10
.prettierrc
Normal file
10
.prettierrc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"singleQuote": true,
|
||||
"bracketSameLine": true,
|
||||
"arrowParens": "always",
|
||||
"experimentalTernaries": true,
|
||||
"semi": true,
|
||||
"trailingComma": "es5"
|
||||
}
|
Reference in New Issue
Block a user