From 03e1d6993cf6533af535ae6d3bf835c385d87543 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 12 Mar 2020 04:52:04 -0700 Subject: [PATCH] ui: Add .gitattributes to force LF for shaders --- ui/shader/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ui/shader/.gitattributes diff --git a/ui/shader/.gitattributes b/ui/shader/.gitattributes new file mode 100644 index 0000000000..dde8f9c546 --- /dev/null +++ b/ui/shader/.gitattributes @@ -0,0 +1,2 @@ +*.vert text eol=lf +*.frag text eol=lf