blob: f634b12ebfe05669a8f9f005fc3cb65a6b84386d (
plain)
1
2
3
4
5
6
7
|
indent_columns = 2
# How to indent a close parenthesis after a newline.
# 0: Indent to body level (default)
# 1: Align under the open parenthesis
# 2: Indent to the brace level
indent_paren_close = 2
|