From 0fc47c23517dcb3ff6d32d2d8410e5960300ca62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Slint=C3=A1k?= Date: Mon, 14 Jul 2025 16:44:40 +0200 Subject: [PATCH] Added gitattributes to force Unix-style EOL --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db2e141 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto +*.kicad_mod text +*.md text +*.txt text +*.cmake.in text +*.yml text +fp-lib-table text +.gitattributes text +.gitignore text