From e1f057f73b3aa53ffb37ef38ab0b8d45a663e13c Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 07:56:41 -0500 Subject: [PATCH] Update abaplint_fix.jsonc --- .github/abaplint/abaplint_fix.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/abaplint/abaplint_fix.jsonc b/.github/abaplint/abaplint_fix.jsonc index 5497c881..6bdb2322 100644 --- a/.github/abaplint/abaplint_fix.jsonc +++ b/.github/abaplint/abaplint_fix.jsonc @@ -16,14 +16,22 @@ }, "rules": { + "in_statement_indentation": true, + "indentation" : true, "double_space": true, "align_type_expressions": true, + "align_parameters": true, + "align_pseudo_comments": true, + "align_type_expressions": true, "keyword_case": true, "contains_tab": true, "colon_missing_space": true, "line_break_multiple_parameters": true, "max_one_method_parameter_per_line": true, + "sequential_blank": true, "whitespace_end": true, + "space_before_colon": true, + "space_before_dot": true, "commented_code": false, }