Fixes React imports when using web beautify.

This commit is contained in:
Ismael 2018-08-15 22:16:02 +01:00 committed by Codruț Constantin Gușoi
parent 81865e1ea2
commit f1066ec66e
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ is my configuration as an example:
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 2,
"e4x": true,
"end_with_newline": true
"end_with_newline": true,
"brace_style": "collapse-preserve-inline"
}
#+END_SRC