From 238f16f0fb10de709c0bf792e8d488392d593b89 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 3 Nov 2016 14:55:40 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=202=20espaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2b35406..18616d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,8 @@ root = true [*] +end_of_line = lf +insert_final_newline = true indent_style = space indent_size = 2 -end_of_line = lf # doesn't work yet charset = utf-8 -trim_trailing_whitespace = true # doesn't work yet -insert_final_newline = true # doesn't work yet