GitHub-userscripts icon indicating copy to clipboard operation
GitHub-userscripts copied to clipboard

GitHub code folding - the last block does not get a folding arrow

Open sabi0 opened this issue 2 years ago • 0 comments

I have some YAML files describing a bunch of instances for Kubernetes deployment. And I noticed that all the instances are foldable except for the last one in a file: image

Here "prod2x" and "class-prod" blocks have the exact same layout. And the "class-prod" is the last one in the file.

instances:
- name: prod2x:
   source:
    revision: deadbeef
- name: class-prod
  source:
    revision: cafebabe

sabi0 avatar Aug 23 '23 10:08 sabi0