Atom beautify 配置解析
brace_style



- none, collapse-preserve-inline
表象和collapse一致
end_with_comma ???
eval_code
indent_level
jslint_happy
keep_array_indentation
keep_function_indentation
preserve_newlines //是否保留换行
break_chained_methods // true将链式方法强行换行
indent_with_tabs //是否以tab格式缩进
indent_char // 缩进字符串
end_with_newline //文件结尾加空行
max_preserve_newlines //最大空行数
indent_size // 缩进大小
space_after_anon_function // function() 中间是否加空格
space_before_conditional //条件语句 判断语句是否加空格
space_in_paren //()内部是否有空格
unescape_strings // escape \xNN