Files
dotfiles/.vscode/extensions/ms-vscode-remote.remote-ssh-edit-0.87.0/language-configuration.json
2025-12-15 12:50:23 -05:00

2 lines
311 B
JSON

{"comments":{"lineComment":"#"},"brackets":[["{","}"],["[","]"],["(",")"]],"autoClosingPairs":[["{","}"],["[","]"],["(",")"],["\"","\""],["'","'"]],"surroundingPairs":[["{","}"],["[","]"],["(",")"],["\"","\""],["'","'"]],"indentationRules":{"increaseIndentPattern":"^Host .*","decreaseIndentPattern":"^\\s+$"}}