summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-07-29 08:46:45 -0400
committerGitHub <noreply@github.com>2022-07-29 08:46:45 -0400
commit2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a (patch)
tree1ee27593617b399680996ee95a735682eb1fcc2c /.gitattributes
parent56c139f003292005dd5dd974ffd770b8620e8aef (diff)
chore: Add .gitattributes to force *.go to LF (#4919)
* chore: Add .gitattributes to force *.go to LF * What if I remove this flag
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a0717e4
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.go text eol=lf \ No newline at end of file