commit | 34a0b3fd04706ffb82b5bb77c79fcb49b4300782 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 21 19:01:26 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 21 19:01:26 2024 -0400 |
tree | 7fcb1793df2e8f98a3f207599fd6c6ad8d822e75 | |
parent | 1fa0861aeec45f35bda555fa8e9f87669613f309 [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: I438afdd31870b92c54dce30254a485ebb4667b56
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