-
Notifications
You must be signed in to change notification settings - Fork 453
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
Rename .jsbeautifyrc to .atombeautifyrc #41
Comments
+1 to that. We're way more than just jsbeautify already. |
+1 for changing the configuration file from |
Should we support both with a deprecation warning or something? |
|
Blocked by #56, GUI for messages. |
I wouldn't change it from .jsbeautifyrc, because not everyone is using Atom. Also, I would actually just build a settings panel into Atom, because that is more across the board and less specific to each project. |
No longer seems to be picking up the |
@nemoDreamer |
Aha, I'll double-check my quotes etc. thanks!
|
Looks like something that will be intertwined with Unibeautify. |
I was thinking |
If the name is changing why not rename it to |
@prettydiff I thought about that, too, however if Unibeautify is the product name, however the problem is beautification. Instead of users thinking "I want to use Unibeautify", I want them to think "I want to beautify my code" and Unibeautify is just the implementation detail they consistently choose. In the same way "Google it" and "Search it" are synonymous, I want Unibeautify to become to "go to" for code beautification. I want |
Also, should make whatever that file ends up being easily portable. I can envision teams with their editors/IDEs needing to have the same beautification configuration so their source control doesn't keep picking up unnecessary changes. |
Hi @Glavin001 and @karolyi,
Before leaving (?) the project (#40) I have one last question/advice:
As you've added new languages we are in the need to clarify the relation to https://github.com/beautify-web/js-beautify.
The project started as an Atom wrapper for js-beautify, but it should be treated independent to js-beautify now.
We already added a non-standard
.jsbeautifyrc
(#9). I would recommend to deprecate the use of.jsbeautifyrc
right now and introduce a.atombeautifyrc
. This JSON file collects default settings which can be used for every language, but could be overridden for a specific language (and adds language-specific settings). Something likeYou could even exchange js-beautify for a different beautifier for JS at a later state or use different beautifier for CSS and HTML, but still use it just for JS.
Just my 2 cents :)
The text was updated successfully, but these errors were encountered: