Skip to content

Commit e629d9a

Browse files
treyhunnerjzaefferer
authored andcommitted
Exempt external directory from .editorconfig rules
1 parent fe1ecf9 commit e629d9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
12+
13+
[external/**]
14+
trim_trailing_whitespace = false
15+
insert_final_newline = varies
16+
end_of_line = varies

0 commit comments

Comments
 (0)