aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: e644653514d0bd1f79f12a43d25b04b2f9f2e5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Ensure consistent line endings (LF) for all text files
* text=auto eol=lf

# Explicitly mark certain files as text
*.md text
*.json text
*.jsonc text
*.gitinfo text
*.yml text
*.yaml text
*.js text
*.ps1 text
*.sh text eol=lf

# Shell scripts must always use LF
validators/bash/*.sh text eol=lf