1
0

Adds indentation rules

This commit is contained in:
Jip J. Dekker 2015-12-02 18:55:28 +01:00
parent c79dceac3b
commit f500f00591

View File

@ -1,3 +1,5 @@
'.source.mzn': '.source.mzn':
'editor': 'editor':
'commentStart': '% ' 'commentStart': '% '
'increaseIndentPattern': '^.*\\([^\\)\\"\']*$'
'decreaseIndentPattern': '^(.*\\*/)?\\s*\\)[;\\s]*$'