-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off formatting for specified files/folders. #90
Comments
@Volox it would belong here, not upstream at @einars project. Are you using the Based off what you have said, I feel like there may be an underlying issue that needs to be fixed in addition to possibly adding this feature. |
Yes, i am using |
ok. This would most likely get implemented via an |
Ok, great! |
Would love this especially for files with jsx in them |
+1 for this feature. I'd use it to exclude external libraries. |
+1 We have a plugins.js file which contains all plugins we use in minified format. We don't want to format this file when we add a new minified plugin and save this file. In the plugin "SublimeOnSaveBuild" there is an option "filename_filter" where we can set file names or extensions. I would love to see some kind of feature in this plugin. Many thanks |
+1 |
Been working on some other (unrelated) python stuff lately, so I may knock this out this week. |
+1 for this feature |
That would be great if there is a possibility to add such feature.
I don't know if it belongs here or to @einars project, but it will be great to specify an options that "tells" the parser to ignore some files/folders.
Something like
jshint
comments or a.jsbeautifyrc
file with anenabled
option.The text was updated successfully, but these errors were encountered: