mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-09-19 02:26:14 +00:00
Apply prettier to .yml files
This commit is contained in:
parent
26c9adbd76
commit
6fe80bb99c
@ -1,4 +1,7 @@
|
|||||||
*.md
|
*.md
|
||||||
*.yml
|
|
||||||
*.json
|
*.json
|
||||||
python-scripts/
|
python-scripts/
|
||||||
|
.serena/
|
||||||
|
|
||||||
|
# auto-generated files
|
||||||
|
mcp-server/data/api_types.yml
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
{
|
{
|
||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": "*.yml",
|
||||||
|
"options": {
|
||||||
|
"tabWidth": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user