added block for cfml
This commit is contained in:
parent
c24b4b5cbc
commit
c7a792e4f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue