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:
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
|
Makefile
|
||||||
|
.jscsrc
|
||||||
.jshintrc
|
.jshintrc
|
||||||
.gitignore
|
.gitignore
|
||||||
.editorconfig
|
.editorconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue