mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Exempt external directory from .editorconfig rules
This commit is contained in:
parent
fe1ecf97e0
commit
e629d9ae1a
@ -9,3 +9,8 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[external/**]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
insert_final_newline = varies
|
||||||
|
end_of_line = varies
|
||||||
|
Loading…
Reference in New Issue
Block a user