cryptpad/.jshintrc

7 lines
82 B
Text
Raw Normal View History

2016-02-12 09:33:09 +00:00
{
"laxcomma": true,
"laxbreak": true,
"node": true,
"sub": true
}