#devenv file
name: 'sdf'
dependencies:
  - d1
  - d2
  - notdevenvkey:
    - one
    - two
    - startwith xxx
    - startwith yyy
gets processed to conda devenv --print-full
# generated by conda-devenv, do not modify and do not commit to VCS
dependencies:
- d1
- d2
- notdevenvkey:
  - one
  - startwith xxx,yyy
  - two
name: sdf
environment: {}
i'm not sure if this behavior is by design.