From 533ff608ba508996b34464447a37bd73c1bbf53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 19 Sep 2015 11:55:02 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 1 + test/layout_test.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..176a458f94e0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/test/layout_test.rb b/test/layout_test.rb index c4711c525e943..c16e47e11ae0f 100644 --- a/test/layout_test.rb +++ b/test/layout_test.rb @@ -37,6 +37,7 @@ TOPLEVEL_FILES = %w{ .editorconfig + .gitattributes .gitignore .rspec .rubocop.yml