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

Consistent text file formatting in this code base #139

Open
bignose-debian opened this issue Oct 4, 2023 · 1 comment
Open

Consistent text file formatting in this code base #139

bignose-debian opened this issue Oct 4, 2023 · 1 comment

Comments

@bignose-debian
Copy link

The code base would benefit from consistent text file formatting:

  • Line break style (LF)
  • No trailing white space
  • U+0020 SPACE for indentation
  • etc.

These are fundamental text style settings that can be made explicit with an EditorConfig settings file, and altering each existing file to conform to that.

@bignose-debian
Copy link
Author

bignose-debian commented Oct 4, 2023

The changes in branch wip/issue/139/editorconfig of my personal fork repository, address this issue.

(GitHub has instructions for how to collaborate with a remote repository.)

The branch merges cleanly to 'master' at the time of writing this.

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