summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-09 21:36:42 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-09 21:36:42 +0900
commite448023638182f3cdb5d9988e134b41a9cec6c09 (patch)
tree86cecac9ab520d313f888c2f60753ca16ba0a82b /buildstream/data
parent238ae70818acad2a3325dc20eb0acee05c60c97e (diff)
downloadbuildstream-e448023638182f3cdb5d9988e134b41a9cec6c09.tar.gz
userconfig.yaml: No indentation on default element format
Only 'fetch needed' state requires 12 chars, no need to indent those further when the other element states cost less chars.
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/userconfig.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 659b13194..f6052e86e 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -64,4 +64,4 @@ logging:
# this uses the same formatting as the `bst show` command.
element-format: |
- %{state: >14} %{key} %{name}
+ %{state: >12} %{key} %{name}