Update abaplint_fix.jsonc

This commit is contained in:
oblomov-dev 2025-02-19 07:44:47 -05:00 committed by GitHub
parent 28dca1f375
commit 76b1663e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,10 +20,10 @@
"align_type_expressions" : true,
"keyword_case": true,
"contains_tab": true,
"colon_missing_space" : true,
"line_break_multiple_parameters" : true,
"line_break_style": true,
"keep_single_parameter_on_one_line" : true,
"colon_missing_space": true,
"line_break_multiple_parameters": true,
"keep_single_parameter_on_one_line": true,
"max_one_method_parameter_per_line": true,
"commented_code": false,
}