commit | 5021314a32192e05f7ea8f979ccd567b5f972e00 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 03:44:05 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 03:44:05 2024 -0400 |
tree | 0f86585599b7a7c2ad773f3caedd834f181d0dcb | |
parent | 29b91ff5d92184d0deb6615b664c75d1a85b5477 [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 and fix the list of dependencies in the CI scripts. Change-Id: I4d8826d1012d128883773b7517c44a6abf51fa06
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