@unibeautify/beautifier-js-beautify
Version:
JS-Beautify beautifier for Unibeautify
17 lines (16 loc) • 384 B
YAML
TypeScript:
beautifiers: ["Pretty Diff", "Prettier"]
align_assignments: false
arrow_parens: "as-needed"
break_chained_methods: true
end_with_comma: true
end_with_semicolon: true
indent_char: " "
indent_size: 2
jsx_brackets: false
multiline_ternary: true
object_curly_spacing: true
quotes: "double"
space_after_anon_function: false
wrap_line_length: 80