summaryrefslogtreecommitdiffstats
path: root/qx08/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'qx08/config.json')
-rw-r--r--qx08/config.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/qx08/config.json b/qx08/config.json
deleted file mode 100644
index 8068511..0000000
--- a/qx08/config.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name" : "qx08",
-
- "include" :
- [
- {
- "path" : "../../../../../../../usr/pack/qooxdoo-0.8svn-to/frontend/tool/data/config/application.json"
- }
- ],
-
- "let" :
- {
- "APPLICATION" : "tr",
- "QOOXDOO_PATH" : "../../../../../../../usr/pack/qooxdoo-0.8svn-to/frontend/framework",
- "QOOXDOO_URI" : "../${QOOXDOO_PATH}",
- "QXTHEME" : "qx.theme.Modern",
- "LOCALES" : [ "en" ],
- "ROOT" : "."
- },
-
- "jobs": {
- "pretty" :
- {
- "pretty-print" :
- {
- "general" : {
- "indent-string" : " "
- },
- "comments" :
- {
- "trailing" :
- {
- "keep-column" : false,
- "padding" : "* "
- }
- },
- "blocks" :
- {
- "align-with-curlies" : false,
- "open-curly" :
- {
- "newline-before" : "n",
- "indent-before" : false
- }
- }
- }
- }
- }
-}
-
-