Squashed 'jquery-ui/' content from commit 77ff328

git-subtree-dir: jquery-ui
git-subtree-split: 77ff328cbe8a662f52178020d202dc1bfb560fd8
This commit is contained in:
Mark Schouten 2016-08-05 13:20:20 +02:00
commit d21ea7816e
629 changed files with 341074 additions and 0 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
indent_style = tab
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