From 1c915c3bd10910472170ca0305c4b7d0647ba2f0 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 27 Feb 2020 13:01:53 +0200 Subject: [PATCH] add trim_trailing_whitespace to .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index db26094387..55abd4386e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ insert_final_newline = true [*.v] indent_style = tab indent_size = 4 +trim_trailing_whitespace = true [Makefile] indent_style = tab