mirror of https://github.com/helix-editor/helix
fix: Improving JSX and TSX indents (#3853)
parent
111d2dafd3
commit
714db9c666
@ -1 +1,9 @@
|
||||
[
|
||||
(jsx_fragment)
|
||||
(jsx_element)
|
||||
(jsx_self_closing_element)
|
||||
] @indent
|
||||
|
||||
(parenthesized_expression) @indent
|
||||
|
||||
; inherits: ecma
|
||||
|
@ -1 +1 @@
|
||||
; inherits: typescript
|
||||
; inherits: typescript,jsx
|
||||
|
Loading…
Reference in New Issue