0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Added JSCS config to allow consistent code style checking.

This commit is contained in:
Gert K. Sønderby 2015-06-03 13:19:47 +02:00 committed by Neil Jenkins
parent 42139c8399
commit 83a1b4c520
2 changed files with 7 additions and 0 deletions

6
.jscsrc Normal file
View file

@ -0,0 +1,6 @@
{
"disallowSpacesInsideParentheses": false,
"disallowSpacesInFunctionDeclaration": {
"beforeOpeningRoundBrace": false
}
}

View file

@ -1,4 +1,5 @@
Makefile
.jscsrc
.jshintrc
.gitignore
.editorconfig