Skip to content

Conversation

@isc-tleavitt
Copy link
Collaborator

Used AppS.CodeTidy with the new tab setting set to 4 spaces.

Used AppS.CodeTidy with the new tab setting set to 4 spaces.
@isc-tleavitt isc-tleavitt linked an issue Nov 5, 2021 that may be closed by this pull request
@isc-tleavitt
Copy link
Collaborator Author

Note, this doesn't work cleanly for the CSP files server-side. Not going to worry about those for now.

self.process_http_backend()
else:
SimpleHTTPRequestHandler.do_GET(self)
elif self.is_git_request():
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of annoying what happened to the commented-out python equivalent here (especially since spacing matters in that context)... Maybe it's just time to kill these comments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this code? If so, we should go back and make an issue for it and embed the code in that. We can remove it from here then

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to leave the remaining few bits as-is. No plans to implement but handy to know where we would if we decided to later.

Leaves in comments for things we didn't implement (particularly around serving as a git remote)
@isc-tleavitt isc-tleavitt merged commit a6974bc into main Nov 5, 2021
@isc-tleavitt isc-tleavitt deleted the update-code-style branch November 5, 2021 20:03
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

Successfully merging this pull request may close these issues.

Code style bulk update

3 participants