From 9692adc8fa7a0c0d88ce8c73d0469959ff85fd0d Mon Sep 17 00:00:00 2001 From: Wessel Tip Date: Sat, 3 Aug 2019 12:15:50 +0200 Subject: [PATCH] Remove trailing white spaces on save --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index db87e1f..3274ec3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,5 +4,5 @@ root = true indent_style = space indent_size = 2 charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file