Update abaplint_fix.jsonc

This commit is contained in:
oblomov-dev 2025-02-19 07:56:41 -05:00 committed by GitHub
parent d5437a7113
commit e1f057f73b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}