normalize crlf on some file types and no trailing whitespace on pas and dpr files
authorbeware <beware@bircd.org>
Mon, 15 Sep 2025 19:48:54 +0000 (19:48 +0000)
committerbeware <beware@bircd.org>
Mon, 15 Sep 2025 19:48:54 +0000 (19:48 +0000)
.gitattributes

index f8a9c288819ccf6cc37efe4bc7f08117d1e8092b..d6c99c2c09af07d16e336717e05e1057654fb437 100644 (file)
@@ -1,2 +1,6 @@
 # make git not do text conversions (preserve line endings as-is)
 * -text
 # make git not do text conversions (preserve line endings as-is)
 * -text
+*.pas eol=crlf whitespace=-trailing-space
+*.inc eol=crlf
+*.dpr eol=crlf whitespace=-trailing-space
+*.txt eol=crlf