From 9dad4400d294e796ecf69374749a454f2c89d5f1 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Mon, 16 Jan 2017 19:02:25 +0100 Subject: [PATCH] Style: enable linebreak-style rule --- .eslintrc.js | 1 - .gitattributes | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ac0fc4cc68..6132d75b17 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,6 +74,5 @@ module.exports = { 'operator-assignment': 'off', 'no-return-assign': 'off', 'no-useless-concat': 'off', - 'linebreak-style': 'off', } } diff --git a/.gitattributes b/.gitattributes index 57798ba528..3dff88b1c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ * text=auto +*.js eol=lf +*.css eol=lf +*.glsl eol=lf +*.html eol=lf +*.md eol=lf +*.json eol=lf +*.yml eol=lf