abaplint-auto-fixes

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

View File

@ -21,6 +21,9 @@
"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_style": true,
"keep_single_parameter_on_one_line" : true,
"commented_code": false, "commented_code": false,
} }