lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69598fe
)
normalize crlf on some file types and no trailing whitespace on pas and dpr files
author
beware
<beware@bircd.org>
Mon, 15 Sep 2025 19:48:54 +0000
(19:48 +0000)
committer
beware
<beware@bircd.org>
Mon, 15 Sep 2025 19:48:54 +0000
(19:48 +0000)
.gitattributes
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index f8a9c288819ccf6cc37efe4bc7f08117d1e8092b..d6c99c2c09af07d16e336717e05e1057654fb437 100644
(file)
--- a/
.gitattributes
+++ b/
.gitattributes
@@
-1,2
+1,6
@@
# 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