commit | 44b0f8c4c3c7c9d766a7c92c30d646bf1eaf6e94 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Apr 23 00:16:11 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Apr 23 00:16:11 2024 -0400 |
tree | bfcf49ca3f91845aee5b52024c1f55f651949525 | |
parent | ecb2db1572af745fdc49f50082fefba7cdae1060 [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: I75d9e492523c296ad69c5b94be071836308f4ad8
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