Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Merge requests
!16162
JSCS: Add "disallowSpacesInFunctionDeclaration"
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Administrator
requested to merge
jscs-fn-decl
into
master
Mar 26, 2015
Overview
0
Commits
1
Pipelines
0
Changes
1
Created by: hnrch02
Valid:
function a() {}
Invalid:
function a () {}
/cc @cvrebert
@XhmikosR