Update abaplint_fix.jsonc

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

View File

@ -23,6 +23,7 @@
"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,
"whitespace_end": true,
"commented_code": false, "commented_code": false,
} }