mirror of https://github.com/masayuki0812/c3.git
Yoshiya Hinosawa
11 years ago
2 changed files with 510 additions and 466 deletions
@ -0,0 +1,20 @@ |
|||||||
|
{ |
||||||
|
"bitwise": true, |
||||||
|
"eqeqeq": true, |
||||||
|
"curly": true, |
||||||
|
"strict": true, |
||||||
|
"trailing": true, |
||||||
|
"white": true, |
||||||
|
"maxlen": 210, |
||||||
|
"undef": true, |
||||||
|
"unused": true, |
||||||
|
"indent": 4, |
||||||
|
|
||||||
|
"eqnull": true, |
||||||
|
"expr": true, |
||||||
|
"newcap": false, |
||||||
|
"loopfunc": true, |
||||||
|
"bitwise": false, |
||||||
|
|
||||||
|
"browser": true |
||||||
|
} |
Loading…
Reference in new issue