commit | 6a562f0a766daa64771a86cf9a380bb42c4be897 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 01:11:31 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 01:11:31 2024 -0400 |
tree | 19d6ac78a189c2b71428c7326f0b9c13f19d82b8 | |
parent | d83af5255db9c4a557264542647f7ccb281e6840 [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: Ib119accf51899224eaed1963e7d7e6d71bc0c30b
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