mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-20 05:32:46 -05:00
Added JSCS config to allow consistent code style checking.
This commit is contained in:
parent
27b1532ca6
commit
64f13a20f2
2 changed files with 7 additions and 0 deletions
6
.jscsrc
Normal file
6
.jscsrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"disallowSpacesInsideParentheses": false,
|
||||
"disallowSpacesInFunctionDeclaration": {
|
||||
"beforeOpeningRoundBrace": false
|
||||
}
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
Makefile
|
||||
.jscsrc
|
||||
.jshintrc
|
||||
.gitignore
|
||||
.editorconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue