Skip to content

Commit 6080aeb

Browse files
committed
EditorConfig: Adjust Test Folder Rules
Apply relaxed rules in `test/` folder to markdown files only.
1 parent 5bdf167 commit 6080aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ insert_final_newline = true
7272

7373
## Test Files
7474
#############
75-
[test/**]
75+
; Relax rules to allow edge-cases...
76+
[test/**.{markdown,md}]
7677
indent_style = unset
7778
indent_size = unset
7879
insert_final_newline = unset

0 commit comments

Comments
 (0)