Skip to content

Add .editorconfig to enforce consistent indentation and file formatting#10

Merged
be0vlk merged 1 commit intobe0vlk:mainfrom
toshi2d:add-editorconfig
Jul 17, 2025
Merged

Add .editorconfig to enforce consistent indentation and file formatting#10
be0vlk merged 1 commit intobe0vlk:mainfrom
toshi2d:add-editorconfig

Conversation

@toshi2d
Copy link
Contributor

@toshi2d toshi2d commented Jul 13, 2025

This PR adds a .editorconfig file to the root of the project to help enforce consistent coding styles across all contributors and editors.

The configuration specifies:
• Use tabs for indentation with a size of 4
• UTF-8 charset encoding
• LF line endings
• Automatic insertion of final newline
• Trimming of trailing whitespace

Adding this file will improve code consistency, reduce formatting-related diffs, and make collaboration smoother.

No code or scripts have been modified in this PR — it only introduces the configuration file to guide future formatting.

@be0vlk be0vlk merged commit 744dd21 into be0vlk:main Jul 17, 2025
2 checks passed
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.

2 participants