13 lines
217 B
YAML
13 lines
217 B
YAML
# source: https://peps.python.org/pep-0008/#indentation
|
|
display_name: "Python"
|
|
indent_unit:
|
|
space: 4
|
|
comment_prefix: "#"
|
|
brackets:
|
|
- start: "{"
|
|
end: "}"
|
|
- start: "("
|
|
end: ")"
|
|
- start: "["
|
|
end: "]"
|