From aa3112eafa3c826001f57b02d0ea073d4e8f5b03 Mon Sep 17 00:00:00 2001 From: Andre Meyering Date: Thu, 26 Oct 2017 13:10:00 +0200 Subject: [PATCH] [Utils] Editorconfig: Trim Whitespace --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 059f2de..24ceab1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,6 @@ insert_final_newline = true charset = utf-8 indent_style = tab indent_size = 4 + +[*.tex] +trim_trailing_whitespace = true