aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..e644653
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,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