merge from dev
This commit is contained in:
parent
9e1a2cf66a
commit
189942e289
298 changed files with 53049 additions and 5413 deletions
27
dashboard-ui/bower_components/jquery/.editorconfig
vendored
Normal file
27
dashboard-ui/bower_components/jquery/.editorconfig
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
# This file is for unifying the coding style for different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# Tabs in JS unless otherwise specified
|
||||
[**.js]
|
||||
indent_style = tab
|
||||
|
||||
[test/**.xml]
|
||||
indent_style = tab
|
||||
|
||||
[test/**.php]
|
||||
indent_style = tab
|
||||
|
||||
[test/**.html]
|
||||
indent_style = tab
|
||||
|
||||
[test/**.css]
|
||||
indent_style = tab
|
Loading…
Add table
Add a link
Reference in a new issue