cryptpad/.jshintrc

7 lines
82 B
Plaintext
Raw Normal View History

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