mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Configure 'prettier' for YAML files in .werft folder
This commit is contained in:
parent
b8cee4b58c
commit
9c85e91cda
@ -2,5 +2,13 @@
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4,
|
||||
"endOfLine": "auto",
|
||||
"trailingComma": "all"
|
||||
"trailingComma": "all",
|
||||
"overrides": [
|
||||
{
|
||||
"files": [".werft/**/*.yaml"],
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
2
.werft/.prettierignore
Normal file
2
.werft/.prettierignore
Normal file
@ -0,0 +1,2 @@
|
||||
vm/charts/**
|
||||
vm/manifests/**
|
||||
Loading…
x
Reference in New Issue
Block a user