14 lines
187 B
YAML
14 lines
187 B
YAML
display_name: "PHP"
|
|
indent_unit:
|
|
space: 2
|
|
comment_prefix: "//"
|
|
brackets:
|
|
- start: "{"
|
|
end: "}"
|
|
- start: "("
|
|
end: ")"
|
|
- start: "["
|
|
end: "]"
|
|
- start: "<"
|
|
end: ">"
|