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

[Chore] Fix broken editorconfig that causes bad formatting in editors that respect .editorconfig #1786

Closed
yesudeep opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working go python Python tooling
Milestone

Comments

@yesudeep
Copy link
Contributor

yesudeep commented Feb 3, 2025

See effect of misconfiguration:

Before:
emacs

@yesudeep yesudeep self-assigned this Feb 3, 2025
@yesudeep yesudeep added bug Something isn't working go tooling python Python labels Feb 3, 2025
@yesudeep yesudeep added this to the py-0.1.0 milestone Feb 3, 2025
yesudeep added a commit that referenced this issue Feb 3, 2025
…orrectly #1786

Issue: #1786

CHANGELOG:
- [ ] Makefiles, go files, and other related files use tabs for
  indentation. Set indent width for these to 4 to indentify this
  clearly.
- [ ] Configure editor for Python to use 4 spaces for indentation.
- [ ] Use linefeed `\n` character to end lines for all files so that
  tools work properly.
yesudeep added a commit that referenced this issue Feb 3, 2025
…orrectly #1786

Issue: #1786

CHANGELOG:
- [ ] Makefiles, go files, and other related files use tabs for
  indentation. Set indent width for these to 4 to indentify this
  clearly.
- [ ] Configure editor for Python to use 4 spaces for indentation.
- [ ] Use linefeed `\n` character to end lines for all files so that
  tools work properly.
yesudeep added a commit that referenced this issue Feb 3, 2025
…t incorrectly #1786

Issue: #1786

CHANGELOG:
- [ ] Makefiles, go files, and other related files use tabs for
  indentation. Set indent width for these to 4 to indentify this
  clearly.
- [ ] Configure editor for Python to use 4 spaces for indentation.
- [ ] Use linefeed `\n` character to end lines for all files so that
  tools work properly.
@yesudeep yesudeep closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working go python Python tooling
Projects
None yet
Development

No branches or pull requests

1 participant