Skip to content

Instantly share code, notes, and snippets.

@cchamberlain
Created September 22, 2015 19:27
Show Gist options
  • Select an option

  • Save cchamberlain/4b8e5144818ff9e5c8b9 to your computer and use it in GitHub Desktop.

Select an option

Save cchamberlain/4b8e5144818ff9e5c8b9 to your computer and use it in GitHub Desktop.
CodeFormatter comma-first javascript settings
{
"codeformatter_js_options":
{ "indent_size": 2
, "indent_char": " "
, "eol": "\n"
, "preserve_newlines": true
, "max_preserve_newlines": 3
, "brace_style": "expand"
, "keep_array_indentation": true
, "keep_function_indentation": true
, "eval_code": false
, "unescape_strings": false
, "wrap_line_length": 1000
, "break_chained_methods": false
, "comma_first": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment