mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-01 23:08:19 +00:00
Add .gitattributes rules so .c/.h/.cpp/.hpp are always stored as LF (prevents EOL drift from editors with autocrlf-true defaults), and renormalize the 30 source files that had drifted to CRLF in the index. Pure mechanical change — `git diff --ignore-cr-at-eol` is empty. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.cpp text eol=lf
|
|
*.hpp text eol=lf
|
|
|
|
patches/zephyr/*.patch text eol=lf
|
|
patches/modules/loramac-node/*.patch text eol=crlf
|