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.
1 parent 4d7f558 commit 4115d00Copy full SHA for 4115d00
.editorconfig
@@ -11,3 +11,7 @@ quote_type = single
11
12
[*.md]
13
trim_trailing_whitespace = false
14
+
15
+[*.yml]
16
+indent_style = space
17
+indent_size = 2
.prettierrc.json
@@ -22,6 +22,15 @@
22
"options": {
23
"printWidth": 80
24
}
25
+ },
26
+ {
27
+ "files": [
28
+ "*.yml"
29
+ ],
30
+ "options": {
31
+ "useTabs": false,
32
+ "tabWidth": 2
33
+ }
34
35
]
36
0 commit comments