1 |
|
2 | TypeScript:
|
3 | beautifiers: ["Prettier"]
|
4 | align_assignments: false
|
5 | arrow_parens: "as-needed"
|
6 | break_chained_methods: true
|
7 | end_with_comma: true
|
8 | end_with_semicolon: true
|
9 | indent_char: " "
|
10 | indent_style: "space"
|
11 | indent_size: 4
|
12 | jsx_brackets: false
|
13 | multiline_ternary: true
|
14 | object_curly_spacing: true
|
15 | quotes: "single"
|
16 | space_after_anon_function: false
|
17 | wrap_line_length: 140
|