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 072d507 commit 5472accCopy full SHA for 5472acc
.editorconfig
@@ -3,10 +3,7 @@ root = true
3
[*]
4
charset = utf-8
5
indent_style = space
6
-indent_size = 4
+indent_size = 2
7
end_of_line = lf
8
insert_final_newline = true
9
trim_trailing_whitespace = true
10
-
11
-[*.yml]
12
-indent_size = 2
.prettierrc.cjs
@@ -1,5 +1,3 @@
1
module.exports = {
2
- semi: false,
- singleQuote: true,
- printWidth: 90,
+ singleQuote: true,
}
0 commit comments