From b5dd16784a5924f2309f2b2227c5e27e1e6564c8 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 10 Feb 2020 11:58:37 +0300 Subject: [PATCH] [FIR] Add .gitattributes for correct line endings on windows --- compiler/fir/tree/gen/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 compiler/fir/tree/gen/.gitattributes diff --git a/compiler/fir/tree/gen/.gitattributes b/compiler/fir/tree/gen/.gitattributes new file mode 100644 index 00000000000..d0496f1a266 --- /dev/null +++ b/compiler/fir/tree/gen/.gitattributes @@ -0,0 +1 @@ +*.kt eol=lf