You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found at least 3 places for setting up atom-beautify.
Atom -> Preference -> Installed Package -> atom-beautify
.editorconfig in the project root folder / home directory
.jsbeautifyrc in the project root folder / home directory
I have a .jsbeautifyrc in home directory with html indent_size = 4, while I have a .editorconfig in a project root folder with html indent_size = 2, it seems to me that jsbeautifyrc is overriding the editorconfig. I am quite confused here. What is the best practice on using all these files? Is there any dependencies / priority of them?
The text was updated successfully, but these errors were encountered:
I found at least 3 places for setting up atom-beautify.
I have a .jsbeautifyrc in home directory with html indent_size = 4, while I have a .editorconfig in a project root folder with html indent_size = 2, it seems to me that jsbeautifyrc is overriding the editorconfig. I am quite confused here. What is the best practice on using all these files? Is there any dependencies / priority of them?
The text was updated successfully, but these errors were encountered: