Skip to content

chore: add EditorConfig, README, and commit-msg hook - #31

Open
MohammadTahaBatoomi wants to merge 1 commit into
mainfrom
chore/editorconfig-and-commit-hook
Open

chore: add EditorConfig, README, and commit-msg hook#31
MohammadTahaBatoomi wants to merge 1 commit into
mainfrom
chore/editorconfig-and-commit-hook

Conversation

@MohammadTahaBatoomi

Copy link
Copy Markdown
Member

Summary

  • Add root .editorconfig for consistent LF/UTF-8 and language-specific indentation
  • Add a POSIX .githooks/commit-msg Conventional Commits checker (no npm/husky)
  • Add a root README.md covering install, layout, contrib notes, and optional hook setup
  • Document the commit/editor conventions in fusion-coding-standards

Test plan

  • Open the repo in an EditorConfig-aware editor and confirm indent rules apply
  • Run git config core.hooksPath .githooks
  • Attempt git commit with a non-conventional subject and confirm it is rejected
  • Commit with chore: … / feat(scope): … and confirm it succeeds
  • Skim README.md for accurate links and install commands

Give contributors shared editor defaults and a Conventional Commits check without npm/husky.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant