Skip to content

Conversation

@CarbonChauvinist
Copy link
Contributor

Establishes project-wide coding style consistency using EditorConfig.

This ensures that all contributors' editors are automatically configured to adhere to the project's standards, reducing formatting inconsistencies and noise in diffs.

Key configurations include:

  • Universal settings
    • UTF-8
    • LF line endings
    • trailing whitespace removal
    • final newline
  • Lua files (*.lua) use tab indentation with a visual width of 4 spaces.
  • JSON, YAML, and SQL files use 2 spaces for indentation.
  • Shell and PowerShell scripts use tabs with a visual width of 4 spaces.

Fixes #99

Establishes project-wide coding style consistency using EditorConfig.

This ensures that all contributors' editors are automatically configured
to adhere to the project's standards, reducing formatting inconsistencies
and noise in diffs.

Key configurations include:
- Universal settings
    - UTF-8
    - LF line endings
    - trailing whitespace removal
    - final newline
- Lua files (*.lua) use tab indentation with a visual width of 4 spaces.
- JSON, YAML, and SQL files use 2 spaces for indentation.
- Shell and PowerShell scripts use tabs with a visual width of 4 spaces.

Fixes Kurren123#99
@Kurren123 Kurren123 merged commit d3d3078 into Kurren123:main Oct 23, 2025
0 of 2 checks passed
@Kurren123
Copy link
Owner

Thank you!

@CarbonChauvinist CarbonChauvinist deleted the feat/add-editorconfig branch October 23, 2025 19:41
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.

add .editorconfig?

2 participants