From cd0b93b48f3db5e65562b3b6ee416b3fefa790dc Mon Sep 17 00:00:00 2001 From: Mircea Caprioru Date: Wed, 28 Aug 2019 12:12:17 +0300 Subject: [PATCH] Add .gitattributes to no-OS This attributes enables and controls the EOL normalization. This is set to auto and the line endings are converted to LF on checkin. Signed-off-by: Mircea Caprioru --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..14ddce5014b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.c text +*.cpp text +*.h text +*.txt text +*.xml text +Makefile text