Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Dec 8, 2015
1 parent 9947b70 commit e6bea07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
"requireCapitalizedComments": true,
"requireSpaceAfterLineComment": {
"allExcept": [
"#",
"=",
"#include",
"#without",
"#label",
Expand All @@ -63,7 +61,9 @@
"#endunless",
"#set",
"#unset",
"#end"
"#end",
"#",
"="
]
},

Expand Down

0 comments on commit e6bea07

Please sign in to comment.