mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 18:08:23 +08:00
Update abaplint_fix.jsonc
This commit is contained in:
parent
d5437a7113
commit
e1f057f73b
8
.github/abaplint/abaplint_fix.jsonc
vendored
8
.github/abaplint/abaplint_fix.jsonc
vendored
|
@ -16,14 +16,22 @@
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|
||||||
|
"in_statement_indentation": true,
|
||||||
|
"indentation" : true,
|
||||||
"double_space": true,
|
"double_space": true,
|
||||||
"align_type_expressions": true,
|
"align_type_expressions": true,
|
||||||
|
"align_parameters": true,
|
||||||
|
"align_pseudo_comments": true,
|
||||||
|
"align_type_expressions": true,
|
||||||
"keyword_case": true,
|
"keyword_case": true,
|
||||||
"contains_tab": true,
|
"contains_tab": true,
|
||||||
"colon_missing_space": true,
|
"colon_missing_space": true,
|
||||||
"line_break_multiple_parameters": true,
|
"line_break_multiple_parameters": true,
|
||||||
"max_one_method_parameter_per_line": true,
|
"max_one_method_parameter_per_line": true,
|
||||||
|
"sequential_blank": true,
|
||||||
"whitespace_end": true,
|
"whitespace_end": true,
|
||||||
|
"space_before_colon": true,
|
||||||
|
"space_before_dot": true,
|
||||||
"commented_code": false,
|
"commented_code": false,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user