From 5cbc2d4a3e3b279667e26774ad1cd37682bdbf28 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 1 Oct 2024 11:53:24 -0600 Subject: .editorconfig: add trim_trailing_whitespace --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c04f338..d029f52 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ root = true [*] -end_of_line = lf -insert_final_newline = true charset = utf-8 +end_of_line = lf indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3-2-g168b