tree-sitter implementation for the confindent configuration language

set clone options to 0 in hopes of deep clone, create branch

+4
+4
.tangled/workflows/mirror.yaml
··· 2 2 - event: ["push"] 3 3 branch: ["main"] 4 4 engine: nixery 5 + clone: 6 + depth: 0 5 7 steps: 6 8 - name: debug-list 7 9 command: "git branch --list" 8 10 - name: set-origin 9 11 command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\"" 12 + - name: set-branch 13 + command: "git switch -c main" 10 14 - name: push 11 15 command: "git push github main --force"