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:
parent
42139c8399
commit
83a1b4c520
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…
Reference in a new issue