MINOR: Supress whitespace cleanup in thirdparty folders.

The whitespace cleanup specified by editorconfig shouldn't happen on thirdparty
files, as these should be left alone.
This commit is contained in:
Sam Minnee 2016-01-06 12:06:48 +13:00
parent c32017e3f3
commit b080a83b98
1 changed files with 10 additions and 0 deletions

View File

@ -16,3 +16,13 @@ trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space
# Don't perform any clean-up on thirdparty files
[thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false
[admin/thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false