Skip to content

Commit 2f6d8b7

Browse files
Merge pull request #2707 from VWS-Python/add-prettierrc
Add .prettierrc configuration
2 parents cf9d986 + 3172d5e commit 2f6d8b7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": ["*.yaml", "*.yml"],
5+
"options": {
6+
"singleQuote": true
7+
}
8+
}
9+
]
10+
}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ make-summary-multi-line = true
278278

279279
ignore = [
280280
".checkmake-config.ini",
281+
".prettierrc",
281282
".yamlfmt",
282283
"*.enc",
283284
".pre-commit-config.yaml",

0 commit comments

Comments
 (0)