added block for cfml

This commit is contained in:
Bill Rawlinson 2015-12-18 14:34:08 -05:00
parent c24b4b5cbc
commit c7a792e4f9
1 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,21 @@
- "i"
- "u"
wrap_line_length: 0
cfml:
brace_style: "collapse"
indent_char: " "
indent_scripts: "normal"
indent_size: 2
max_preserve_newlines: 1
preserve_newlines: true
unformatted:
- "a"
- "sub"
- "sup"
- "b"
- "i"
- "u"
wrap_line_length: 0
css:
indent_char: " "
indent_size: 2