mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 18:46:22 +08:00
Update abaplint_fix.jsonc
This commit is contained in:
parent
28dca1f375
commit
76b1663e80
8
.github/abaplint/abaplint_fix.jsonc
vendored
8
.github/abaplint/abaplint_fix.jsonc
vendored
|
@ -20,10 +20,10 @@
|
||||||
"align_type_expressions" : 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,
|
||||||
"line_break_style": true,
|
"keep_single_parameter_on_one_line": true,
|
||||||
"keep_single_parameter_on_one_line" : true,
|
"max_one_method_parameter_per_line": true,
|
||||||
"commented_code": false,
|
"commented_code": false,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user