We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d225e34 commit a3d72acCopy full SHA for a3d72ac
.editorconfig
@@ -9,5 +9,5 @@ insert_final_newline = true
9
max_line_length = 80
10
trim_trailing_whitespace = true
11
12
-[*.{md,mdx,markdown}]
+[*{md,mdx,markdown}]
13
trim_trailing_whitespace = false
.vscode/settings.json
@@ -7,8 +7,5 @@
7
"*.json": "jsonc"
8
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.formatOnSave": true,
- "[mdx]": {
- "files.trimTrailingWhitespace": false
- }
+ "editor.formatOnSave": true
14
}
0 commit comments