Skip to content

Commit a93bdad

Browse files
committed
chore(editorconfig): do not apply change to patch files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent bc085c1 commit a93bdad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ indent_style = space
55
indent_size = 2
66
trim_trailing_whitespace = true
77

8+
[*.patch]
9+
insert_final_newline = unset
10+
indent_style = unset
11+
indent_size = unset
12+
trim_trailing_whitespace = unset
13+
814
[*.md]
915
trim_trailing_whitespace = false
1016

0 commit comments

Comments
 (0)