commit 6d30435c40a64b9c61aaefe20d4ce00d0756e4ed
Author: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Mon Jan 12 18:29:59 2026 +0200
Force LF end-of-line for all js/ts files (#948)
Enforced by eslint "linebreak-style". When running on Windows with
core.autocrlf=true, all the text files become CRLF.
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d57ea4b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.js eol=lf
+*.ts eol=lf