SDL: editorconfig: remove trailing whitespace in source code (920ac)

From 920acb75c3ee48926904eda4d90b241e8fcd6061 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 26 Dec 2022 10:34:07 -0800
Subject: [PATCH] editorconfig: remove trailing whitespace in source code

(cherry picked from commit 7c67213cefd0404232ef758a1dc33751e717a3f1)
---
 .editorconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 636c5445335c..cdd3c4ea9668 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,6 +7,8 @@ root = true
 [*.{c,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}]
 indent_size = 4
 indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
 
 [*.{html,js,json,m4,yml,yaml,vcxproj,vcxproj.filters}]
 indent_size = 2