mirror of https://github.com/twbs/ratchet.git
XhmikosR
11 years ago
2 changed files with 36 additions and 2 deletions
@ -0,0 +1,18 @@
|
||||
{ |
||||
"boss" : true, |
||||
"browser" : true, |
||||
"camelcase" : true, |
||||
"devel" : true, |
||||
"eqeqeq" : true, |
||||
"eqnull" : true, |
||||
"expr" : true, |
||||
"indent" : 2, |
||||
"laxbreak" : true, |
||||
"nonbsp" : true, |
||||
"quotmark" : "single", |
||||
"strict" : true, |
||||
"trailing" : true, |
||||
"undef" : true, |
||||
"unused" : true, |
||||
"validthis" : true |
||||
} |
Loading…
Reference in new issue