We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf9d986 + 3172d5e commit 2f6d8b7Copy full SHA for 2f6d8b7
.prettierrc
@@ -0,0 +1,10 @@
1
+{
2
+ "overrides": [
3
+ {
4
+ "files": ["*.yaml", "*.yml"],
5
+ "options": {
6
+ "singleQuote": true
7
+ }
8
9
+ ]
10
+}
pyproject.toml
@@ -278,6 +278,7 @@ make-summary-multi-line = true
278
279
ignore = [
280
".checkmake-config.ini",
281
+ ".prettierrc",
282
".yamlfmt",
283
"*.enc",
284
".pre-commit-config.yaml",
0 commit comments