From 59d4f771d280cbea0d0afc9579e127225751c028 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 9 Jun 2021 14:57:15 -0400 Subject: editorconfig: add setting to trim trailing whitespace and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index c2dd5d0..6401c25 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true charset = utf-8 end_of_line = lf indent_style = space +trim_trailing_whitespace = true [*.[ch]] indent_size = 4 -- cgit v1.1