Skip to content

Instantly share code, notes, and snippets.

@maxired
Created October 6, 2015 15:44
Show Gist options
  • Save maxired/f85c193812c0e64eb944 to your computer and use it in GitHub Desktop.
Save maxired/f85c193812c0e64eb944 to your computer and use it in GitHub Desktop.
jsfmtc file for standart eslint config
{
"indent": {
"value": " ",
},
"whiteSpace" : {
"value" : "",
"removeTrailing" : 0,
"before" : { "FunctionExpressionOpeningBrace":1} ,
"after" : { "FunctionReservedWord":1 , "FunctionName":1 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment