Skip to content
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

.jsbeautifyrc not working on Windows #2612

Closed
3 of 5 tasks
CarterSnich opened this issue Mar 24, 2022 · 1 comment
Closed
3 of 5 tasks

.jsbeautifyrc not working on Windows #2612

CarterSnich opened this issue Mar 24, 2022 · 1 comment

Comments

@CarterSnich
Copy link

CarterSnich commented Mar 24, 2022

Description

Config file not getting loaded on Windows, or maybe I just missed something or done something that overrides my config.

Steps to Reproduce

  1. Created .jsbeautify inside %USERPROFILE.
  2. Inserted the following config:
     {
         "indent_size": 4,
         "indent_char": " ",
         "other": " ",
         "indent_level": 0,
         "indent_with_tabs": false,
         "preserve_newlines": true,
         "max_preserve_newlines": 2,
         "jslint_happy": true,
         "indent_handlebars": true
     }
    
  3. Run command Atom Beautify: Beautify Editor on a Arduino sketch.
  4. The indents are still 8 spaces.

Debug

Here is a link to debug.md.

Checklist

I have:

  • Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
  • Reloaded (or restarted) Atom to ensure it is not a caching issue
  • Searched through existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues
    so I know this is not a duplicate issue
  • Filled out the Input, Expected, and Actual sections above or have edited/removed them in a way that fully describes the issue.
  • Generated debugging information by executing Atom Beautify: Help Debug Editor command in Atom and added link for debug.md Gist to this issue
@SilentGlasses
Copy link

If you still need this and are looking for something to fill the spot that Atom left, I am using Pulsar the successor to Atom... This package is working except for one deprecated error listed in #2605

If you don't need this anymore, can you please close this out so it's not just sitting there? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants