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

fix(editorconfig): misconfiguration that would cause editors to format incorrectly #1786 #1787

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

yesudeep
Copy link
Contributor

@yesudeep yesudeep commented Feb 3, 2025

Issue: #1786

Before

emacs

After:

emacs-after

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.

Checklist (if applicable):

@yesudeep yesudeep requested review from pavelgj and apascal07 February 3, 2025 06:11
@yesudeep yesudeep changed the title fix: broken editorconfig preferences that would editors to format incorrectly #1786 fix: broken editorconfig preferences that would cause editors to format incorrectly #1786 Feb 3, 2025
@yesudeep yesudeep changed the title fix: broken editorconfig preferences that would cause editors to format incorrectly #1786 fix(editorconfig): misconfiguration that would cause editors to format incorrectly #1786 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 force-pushed the yesudeep/fix/gainful-head branch from 64885a4 to f63e658 Compare February 3, 2025 06:13
@yesudeep yesudeep added bug Something isn't working go python Python config labels Feb 3, 2025
@yesudeep yesudeep added this to the py-0.1.0 milestone Feb 3, 2025
@yesudeep yesudeep self-assigned this Feb 3, 2025
@yesudeep yesudeep merged commit 3ebddd9 into main Feb 3, 2025
6 checks passed
@yesudeep yesudeep deleted the yesudeep/fix/gainful-head branch February 3, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working config go python Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants