Skip to content

Commit

Permalink
fix(init): generate correct indentation
Browse files Browse the repository at this point in the history
This is just a style thing - the generated config file is now correctly indented.
  • Loading branch information
vojtajina committed May 5, 2013
1 parent 3113919 commit 5fc1795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/init.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO(vojta): fix indentation (plugins, file patterns)
// TODO(vojta): generate coffee syntax

var readline = require('readline');
Expand Down Expand Up @@ -260,7 +259,7 @@ var quoteNonIncludedPattern = function(value) {


var formatFiles = function(files) {
return files.join(',\n ');
return files.join(',\n ');
};


Expand Down

0 comments on commit 5fc1795

Please sign in to comment.