From 959608f6b5d8c6e4add9f9e7422109bc6b795a5f Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 4 May 2020 18:50:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=80=D0=BD=D0=B0=D1=80=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.cfg b/default.cfg index 7be47fa..f44aa8c 100644 --- a/default.cfg +++ b/default.cfg @@ -1318,7 +1318,7 @@ indent_using_block = true # true/false # 0: Off (default) # 1: When the `if_false` is a continuation, indent it under `if_false` # 2: When the `:` is a continuation, indent it under `?` -indent_ternary_operator = 0 # unsigned number +indent_ternary_operator = 2 # unsigned number # Whether to indent the statments inside ternary operator. indent_inside_ternary_operator = false # true/false @@ -2189,7 +2189,7 @@ pos_compare = ignore # ignore/break/force/lead/trail/join/ # The position of conditional operators, as in the '?' and ':' of # 'expr ? stmt : stmt', in wrapped expressions. -pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force +pos_conditional = break # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in wrapped expressions. pos_comma = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force