Cleanup: strip trailing space for TOML,HTML & XML
This commit is contained in:
@@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user