From fc13cc7453ac3f76b6f8805988b1d2d98e96b781 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:55:05 +0700 Subject: [PATCH] added attributes in .gitattributes for all available files --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitattributes b/.gitattributes index e69de29..ddf6cd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto + +# Source code +*.css text diff=css +*.html text diff=html +*.js text + +# Documentation +*.md text diff=markdown + +# Configs +.gitattributes text \ No newline at end of file