Skip to content

Add .editorconfig for consistent editor settings - #72

Merged
alphacrack merged 1 commit into
alphacrack:mainfrom
SotosTz:add-editorconfig
Aug 5, 2026
Merged

Add .editorconfig for consistent editor settings#72
alphacrack merged 1 commit into
alphacrack:mainfrom
SotosTz:add-editorconfig

Conversation

@SotosTz

@SotosTz SotosTz commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

This pull request introduces a root .editorconfig file to standardize editor settings across the repository. The configuration ensures consistent indentation, character encoding, line endings, final newline insertion, and whitespace handling, helping contributors produce consistent formatting regardless of their editor or IDE.

Motivation

Adding an .editorconfig file improves the developer experience by reducing formatting inconsistencies and preventing avoidable formatting-related changes in future pull requests. The configuration is aligned with the project's existing formatting conventions.

Closes #48

Signed-off-by: sotiris tzimas <t8220149@aueb.gr>
@SotosTz
SotosTz requested a review from alphacrack as a code owner July 28, 2026 12:30

@alphacrack alphacrack left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean .editorconfig, matches ruff's 120/4-space + 2-space YAML/TOML. CI green. (Tiny follow-up nit: the file is missing its own trailing newline — not blocking.) Thanks! 🎉

@alphacrack
alphacrack merged commit d2da8df into alphacrack:main Aug 5, 2026
20 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.

Add .editorconfig for consistent editor settings

2 participants