From b83f4726f38c48370c20bdfb7003bd7a3269a511 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Fri, 15 Oct 2021 17:34:59 +0200 Subject: [PATCH] Adjust comments --- .gitattributes | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 462176b0..5185a406 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ -# AUTO-DETECT - Handle line endings automatically for files detected as text. +# AUTO-DETECT +# Handle line endings automatically for files detected as text. # This will handle all files NOT defined below. * text=auto -## SOURCE CODE +# SOURCE CODE *.bat text eol=crlf *.cmd text eol=crlf *.ini text eol=crlf @@ -13,11 +14,11 @@ *.cpp text *.rc text -## DOCUMENTATION +# DOCUMENTATION *.md text *.txt text eol=crlf -## CONFIGS +# CONFIGS .editorconfig text .gitattributes text .gitconfig text @@ -25,7 +26,6 @@ *.yaml text *.yml text -############################################################################### # Set the merge driver for project and solution files # # Merging from the command prompt will add diff markers to the files if there @@ -35,7 +35,6 @@ # these files as binary and thus will always conflict and require user # intervention with every merge. To do so, just comment the entries below and # uncomment the group further below -############################################################################### *.sln text eol=crlf *.csproj text eol=crlf