mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
c32017e3f3
commit
b080a83b98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user