diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-04 09:49:56 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-06-23 08:14:54 -0500 |
commit | 4af10686882b223879562a5c2adacad6fb756f02 (patch) | |
tree | 585c2f6fffe86fb1e4275c592b48237ad677dbd8 /.editorconfig | |
parent | 04bf7d4cade645a5923cc80d87ac1c6109e2cdfe (diff) | |
download | redot-engine-4af10686882b223879562a5c2adacad6fb756f02.tar.gz |
CI: Add `svgo` pre-commit hook
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 92ee947a82..523ff71307 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,6 @@ indent_size = 4 [*.{yml,yaml}] indent_style = space indent_size = 2 + +[*.svg] +insert_final_newline = false |