0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-02-01 03:38:44 -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
parent 27b1532ca6
commit 64f13a20f2
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 Makefile
.jscsrc
.jshintrc .jshintrc
.gitignore .gitignore
.editorconfig .editorconfig