commit | cc02c36fde03dac935c63e4bcbb4aed54f682f74 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 21 16:45:05 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 21 16:45:05 2024 -0400 |
tree | be66e3f5dd49f8a4e13208c1dbe3931819fe8c78 | |
parent | fd1dd60e841d8a1da4294fb4e6dda509c0e64ed7 [diff] [blame] |
build: change the fallback version suffix to `+git.{sha}` Seems to be more commonly used than the current `-commit-{sha}`. Also cleanup/simplify the version handling code. Change-Id: I551c78632037c7156319b7ff7a327980f73ce265
diff --git a/.editorconfig b/.editorconfig index 624ad9b..f9b3c4d 100644 --- a/.editorconfig +++ b/.editorconfig
@@ -26,3 +26,4 @@ [*.{yaml,yml}] indent_style = space indent_size = 2 +trim_trailing_whitespace = true