Skip to content

Commit

Permalink
fix indenation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink committed Sep 26, 2023
1 parent 5fc73a2 commit b579088
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions abaplint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"errorNamespace": "^(zcl_aff_|zif_aff_)"
},
"rules": {
"selectionScreenBlockIndentation": true,
"cds_comment_style": true,
"cds_legacy_view": true,
"change_if_to_case": false,
Expand Down Expand Up @@ -105,7 +104,10 @@
"if_in_if": true,
"implement_methods": true,
"in_statement_indentation": false,
"indentation": true,
"indentation": {
"selectionScreenBlockIndentation": true

},
"inline_data_old_versions": true,
"intf_referencing_clas": false,
"keep_single_parameter_on_one_line": true,
Expand Down

0 comments on commit b579088

Please sign in to comment.