Squashed 'jquery-ui/' content from commit 3dd8a09

git-subtree-dir: jquery-ui
git-subtree-split: 3dd8a09b441d65445f2b6a7c73e72af65445d5da
This commit is contained in:
Mark Schouten 2016-08-05 12:47:57 +02:00
commit d32092c1f0
717 changed files with 518330 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