Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Exempt external directory from .editorconfig rules
- Loading branch information
Showing
with
5 additions
and
0 deletions.
-
+5
−0
.editorconfig
|
@@ -9,3 +9,8 @@ end_of_line = lf |
|
|
charset = utf-8 |
|
|
trim_trailing_whitespace = true |
|
|
insert_final_newline = true |
|
|
|
|
|
[external/**] |
|
|
trim_trailing_whitespace = false |
|
|
insert_final_newline = varies |
|
|
end_of_line = varies |