9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
# Normalize line endings
|
|
* text=auto
|
|
|
|
# PowerShell scripts: treat as text and ensure LF in repo
|
|
*.ps1 text eol=lf
|
|
*.psm1 text eol=lf
|
|
*.psd1 text eol=lf
|
|
|