This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cryptpad/.jshintrc
T

7 lines
82 B
Plaintext
Raw Normal View History

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