From 2a35def5ef8e7237cf371e6d1f177a7f8811b085 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 8 Aug 2021 20:43:01 +0200 Subject: [PATCH] Forbid trailing whitespaces --- .editorconfig | 2 +- .markdownlint.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index dc65868..f9366fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,5 +4,5 @@ root = true indent_style = space indent_size = 4 charset = utf-8 -trim_trailing_whitespace = false +trim_trailing_whitespace = true insert_final_newline = true diff --git a/.markdownlint.json b/.markdownlint.json index 8eebad3..c9ed6c7 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -6,6 +6,5 @@ "line_length": 1000 }, "MD024": false, - "MD032": false, - "MD009": false + "MD032": false }