Files
spring-tools/atom-extensions/atom-concourse/settings/language-concourse-pipeline-yaml.cson
2017-09-20 15:57:32 -04:00

8 lines
300 B
Plaintext

'.source.concourse-pipeline-yaml':
'editor':
'autoIndentOnPaste': false
'commentStart': '# '
'foldEndPattern': '^\\s*$|^\\s*\\}|^\\s*\\]|^\\s*\\)'
'increaseIndentPattern': '^\\s*.*(:|-) ?(&\\w+)?(\\{[^}"\']*|\\([^)"\']*)?$'
'decreaseIndentPattern': '^\\s+\\}$'
'tabType': 'soft'