Open Lexicality opened 10 years ago
I suggest you try to leverage option "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
and just not specify json or any other format you don't feel like.
@sudodoki Where is this option?
Hope to get this response in https://github.com/enginespot/js-beautify-sublime/issues/19, given there's a note on using jsbeautify configs
This setting is not checked by the plugin. The supported filetypes is hard coded:
return ext in ['js', 'json'] or "javascript" in syntax or "json" in syntax
can you submit a push , currently I am busy with other project .
+1 ... looks at date since last comment ... urgh.
I don't like that this plugin reformats my JSON, can you add something to let me stop it doing so please.