gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Ensure consistent spacing in Python.gitignore

Open jessijzhao opened this issue 3 years ago • 0 comments

Reasons for making this change:

There are currently inconsistent/extraneous spaces in the Python.gitignore. In particular, comments start with 0, 1, 2, or 3 spaces, and the PyCharm description includes a double space.

This commit enforces 1 (for headers/code) or 3 (for descriptions) spaces for comments and removes the extraneous space in the PyCharm description.

jessijzhao avatar May 16 '22 16:05 jessijzhao