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

More customization for Python (AutoPEP8) #35

Closed
3 tasks done
Glavin001 opened this issue Jun 28, 2014 · 1 comment
Closed
3 tasks done

More customization for Python (AutoPEP8) #35

Glavin001 opened this issue Jun 28, 2014 · 1 comment

Comments

@Glavin001
Copy link
Owner

See autopep8 usage.

  • max line length
  • indent size
  • ignore errors

/cc @dreid93 @liamcoau , here's to you buds :).

@Glavin001
Copy link
Owner Author

  • Can configure globally for Atom in package settings.
  • Can configure in .jsbeautifyrc file under global or python namespace:

Example:

{
    "python": {
        "indent_size": 4,
        "max_line_length": 79,
        "ignore": ["E24"]
    }
}
  • Tested changing all options on test.py file.

karolyi added a commit that referenced this issue Jun 28, 2014
Closes #35. Add more options for Python PEP8 beautifying.
Glavin001 added a commit that referenced this issue Dec 28, 2014
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

1 participant