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. --- unittests/subprojectscommandtests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'unittests/subprojectscommandtests.py') diff --git a/unittests/subprojectscommandtests.py b/unittests/subprojectscommandtests.py index e2aebfc..edb8da6 100644 --- a/unittests/subprojectscommandtests.py +++ b/unittests/subprojectscommandtests.py @@ -284,4 +284,3 @@ class SubprojectsCommandTests(BasePlatformTests): self.assertFalse(Path(self.subprojects_dir / 'sub_file').exists()) self.assertFalse(Path(self.subprojects_dir / 'sub_git').exists()) self.assertFalse(Path(self.subprojects_dir / 'redirect.wrap').exists()) - -- cgit v1.1