Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
danmalarkey committed Jul 21, 2014
1 parent c7b4652 commit 2130bf8
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions config.codekit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
"creatorBuild": "16895",
"creatorBuild": "16921",
"files": {
"\/index.html": {
"fileType": 8192,
Expand Down Expand Up @@ -117,6 +117,17 @@
"outputStyle": 1,
"syntaxCheckerStyle": 1
},
"\/stylesheets\/js\/less.js": {
"fileType": 64,
"ignore": 0,
"ignoreWasSetByUser": 0,
"inputAbbreviatedPath": "\/stylesheets\/js\/less.js",
"outputAbbreviatedPath": "\/stylesheets\/js\/min\/less-ck.js",
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0,
"outputStyle": 1,
"syntaxCheckerStyle": 1
},
"\/stylesheets\/js\/modernizr.custom.js": {
"fileType": 64,
"ignore": 0,
Expand Down Expand Up @@ -365,6 +376,14 @@
"active": 1,
"flagValue": -1
},
"no_debugger": {
"active": 1,
"flagValue": -1
},
"no_empty_functions": {
"active": 0,
"flagValue": -1
},
"no_empty_param_list": {
"active": 0,
"flagValue": -1
Expand All @@ -377,6 +396,10 @@
"active": 0,
"flagValue": -1
},
"no_interpolation_in_single_quotes": {
"active": 0,
"flagValue": -1
},
"no_plusplus": {
"active": 0,
"flagValue": -1
Expand All @@ -401,6 +424,10 @@
"active": 1,
"flagValue": -1
},
"no_unnecessary_double_quotes": {
"active": 0,
"flagValue": -1
},
"non_empty_constructor_needs_parens": {
"active": 0,
"flagValue": -1
Expand Down Expand Up @@ -519,10 +546,6 @@
"active": 0,
"flagValue": -1
},
"gcl": {
"active": 0,
"flagValue": -1
},
"globalstrict": {
"active": 0,
"flagValue": -1
Expand Down Expand Up @@ -635,10 +658,6 @@
"active": 0,
"flagValue": -1
},
"onevar": {
"active": 0,
"flagValue": -1
},
"phantom": {
"active": 0,
"flagValue": -1
Expand Down Expand Up @@ -675,10 +694,6 @@
"active": 0,
"flagValue": -1
},
"smarttabs": {
"active": 0,
"flagValue": -1
},
"strict": {
"active": 0,
"flagValue": -1
Expand All @@ -691,10 +706,6 @@
"active": 0,
"flagValue": -1
},
"trailing": {
"active": 1,
"flagValue": -1
},
"typed": {
"active": 0,
"flagValue": -1
Expand All @@ -707,10 +718,6 @@
"active": 1,
"flagValue": -1
},
"white": {
"active": 0,
"flagValue": -1
},
"withstmt": {
"active": 0,
"flagValue": -1
Expand Down

0 comments on commit 2130bf8

Please sign in to comment.