Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Delphi GitAttributes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Delphi .gitattributes template
# Version: 2.0 (keep in sync with Style Guide headers)
# Version: 2.1 (keep in sync with Style Guide headers)

#
# Purpose:
Expand All @@ -22,6 +22,16 @@
*.inc text eol=crlf
*.rc text eol=crlf
*.dproj text eol=crlf
# Project groups belong to the same toolchain as .dproj. Without this line
# they stay unnormalized and their line endings depend on each developer's
# local core.autocrlf setting.
*.groupproj text eol=crlf

# Other project text files: CRLF as well, so files edited on Windows do not
# carry mixed line endings into the repository.
*.sql text eol=crlf
*.ps1 text eol=crlf
*.md text eol=crlf

# Forms/Frames: pick exactly one mode for each, see section 2)
# Default Delphi setting is TEXT for .dfm/.fmx; if your project uses BINARY, switch below.
Expand Down