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
def run():
"""
Temporary highland collector, it should be deprecated once
we have kafka in place. It fetches the build requests from
previous day saves into a CSV file that will be processed
and pushed to Redshift
"""
build_requests_data = get_previous_build_request_data()
Expected Output
The beautified code should have looked like this:
def run():
"""
Temporary highland collector, it should be deprecated once
we have kafka in place. It fetches the build requests from
previous day saves into a CSV file that will be processed
and pushed to Redshift
"""
build_requests_data = get_previous_build_request_data()
Actual Output
The beautified code actually looked like this:
def run():
"""
Temporary highland collector, it should be deprecated once
we have kafka in place. It fetches the build requests from
previous day saves into a CSV file that will be processed
and pushed to Redshift
"""
build_requests_data = get_previous_build_request_data()
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
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions.
Description
My
python
is not following the indentation configured for pythondefault=4
.Every time I apply
atom-beautify
it indents the file with2 spaces
.Config:
Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: