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 a878610 commit 86bc8a6Copy full SHA for 86bc8a6
.editorconfig
@@ -9,4 +9,5 @@ insert_final_newline = true
9
trim_trailing_whitespace = true
10
11
[*.md]
12
-trim_trailing_whitespace = false
+indent_style = spaces
13
+indent_size = 2
.prettierrc
@@ -3,8 +3,6 @@
3
"trailingComma": "none",
4
"singleQuote": false,
5
"printWidth": 240,
6
- "useTabs": true,
7
- "tabWidth": 2,
8
"quoteProps": "consistent",
"proseWrap": "preserve",
"arrowParens": "always",
0 commit comments