RM-3132 (Update license headers)

This commit is contained in:
Tuna Aksoy
2016-03-14 16:12:09 +00:00
parent f01d2e1d41
commit 54fba30c44
2 changed files with 59 additions and 59 deletions

View File

@@ -1,16 +1,16 @@
# EditorConfig file: http://editorconfig.org/ # EditorConfig file: http://editorconfig.org/
# Syntax at: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties # Syntax at: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# This is the Top level for the RM project # This is the Top level for the RM project
root = true root = true
# All files should use spaces. # All files should use spaces.
[*] [*]
indent_style = space indent_style = space
# Just JS for now. # Just JS for now.
[*.js] [*.js]
indent_size = 3 indent_size = 3
trim_trailing_whitespace = true trim_trailing_whitespace = true
#TODO: css, xml, ftl, etc. #TODO: css, xml, ftl, etc.

View File

@@ -1,44 +1,44 @@
{ {
"bitwise": true, "bitwise": true,
"curly": true, "curly": true,
"eqeqeq": true, "eqeqeq": true,
"es3": true, "es3": true,
"forin": true, "forin": true,
"freeze": true, "freeze": true,
"funcscope": true, "funcscope": true,
"immed": true, "immed": true,
"indent": 3, "indent": 3,
"iterator": true, "iterator": true,
"latedef": true, "latedef": true,
"maxcomplexity": 10, "maxcomplexity": 10,
"maxdepth": 50, "maxdepth": 50,
"maxerr": 50, "maxerr": 50,
"maxlen": 250, "maxlen": 250,
"maxparams": 50, "maxparams": 50,
"maxstatements": 30, "maxstatements": 30,
"newcap": true, "newcap": true,
"noarg": true, "noarg": true,
"nonbsp": true, "nonbsp": true,
"nonew": true, "nonew": true,
"notypeof": true, "notypeof": true,
"shadow": "outer", "shadow": "outer",
"undef": true, "undef": true,
"unused": true, "unused": true,
"globals": { "globals": {
"module": false, "module": false,
"model": true, "model": true,
"Alfresco": true, "Alfresco": true,
"YAHOO": false, "YAHOO": false,
"appContext": false, "appContext": false,
"PDFJS": false, "PDFJS": false,
"AlfrescoUtil": true, "AlfrescoUtil": true,
"msg": false "msg": false
}, },
"expr": true, "expr": true,
"strict": false, "strict": false,
"browser": true, "browser": true,
"dojo": true "dojo": true
} }