update abaplint fix

This commit is contained in:
oblomov-dev 2025-02-19 00:52:48 -05:00 committed by GitHub
parent 0661df7e5c
commit 671e6137bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,10 +18,10 @@
"double_space": true,
"align_type_expressions" : true,
"keyword_case": true,
"contains_tab": false,
"line_length": false,
"line_only_punc": false,
"keyword_case": false,
"indentation": false,
"commented_code": false,