jdavisclark / JsFormat

Javascript formatting for Sublime Text 2 & 3
1.42k stars 222 forks source link

Do not format on "jsx"(react) files #146

Closed titoBouzout closed 9 years ago

titoBouzout commented 9 years ago

jsx files get all messed when using format on save, this avoids that

bitwiseman commented 9 years ago

Actually, instead of turning off for jsx, you might try forcing the e4x option to true for jsx files.

titoBouzout commented 9 years ago

Pfffff codeawesome =) Thanks!