Exempt external directory from .editorconfig rules

This commit is contained in:
Trey Hunner 2012-10-14 16:09:42 -07:00 committed by Jörn Zaefferer
parent fe1ecf97e0
commit e629d9ae1a

View File

@ -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