Cleanup: strip trailing space for TOML,HTML & XML

This commit is contained in:
Campbell Barton
2025-02-02 13:56:48 +11:00
parent 36531006da
commit 59732c95d8
6 changed files with 16 additions and 11 deletions

View File

@@ -21,10 +21,15 @@ SOURCE_EXT = (
".glsl", ".glsl",
# Python # Python
".py", ".py",
# TOML.
".toml",
# Text (also CMake) # Text (also CMake)
".txt", ".cmake", ".rst", ".txt", ".cmake", ".rst",
# MS-Windows Scripts. # MS-Windows Scripts.
".bat", ".cmd", ".bat", ".cmd",
# HTML, XML.
".html",
".xml",
) )