Skip to content

Commit a3d72ac

Browse files
author
Michael Marszalek
committed
Fixed editorconfig for mdx,markdown files
1 parent d225e34 commit a3d72ac

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ insert_final_newline = true
99
max_line_length = 80
1010
trim_trailing_whitespace = true
1111

12-
[*.{md,mdx,markdown}]
12+
[*{md,mdx,markdown}]
1313
trim_trailing_whitespace = false

.vscode/settings.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
"*.json": "jsonc"
88
},
99
"editor.defaultFormatter": "esbenp.prettier-vscode",
10-
"editor.formatOnSave": true,
11-
"[mdx]": {
12-
"files.trimTrailingWhitespace": false
13-
}
10+
"editor.formatOnSave": true
1411
}

0 commit comments

Comments
 (0)