mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
Update abaplint_fix.jsonc
Some checks are pending
ABAP_CLOUD / ABAP_CLOUD (push) Waiting to run
ABAP_STANDARD / ABAP_STANDARD (push) Waiting to run
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
auto_frontend / auto_frontend (push) Waiting to run
auto_js2abap / auto_js2abap (push) Waiting to run
Some checks are pending
ABAP_CLOUD / ABAP_CLOUD (push) Waiting to run
ABAP_STANDARD / ABAP_STANDARD (push) Waiting to run
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
auto_frontend / auto_frontend (push) Waiting to run
auto_js2abap / auto_js2abap (push) Waiting to run
This commit is contained in:
parent
1434823adf
commit
0661df7e5c
6
.github/abaplint/abaplint_fix.jsonc
vendored
6
.github/abaplint/abaplint_fix.jsonc
vendored
|
@ -16,14 +16,14 @@
|
|||
},
|
||||
"rules": {
|
||||
|
||||
"commented_code": false,
|
||||
"double_space": true,
|
||||
"contains_tab": true,
|
||||
"align_type_expressions" : true,
|
||||
"contains_tab": false,
|
||||
"line_length": false,
|
||||
"line_only_punc": false,
|
||||
"keyword_case": false,
|
||||
"indentation": true
|
||||
"indentation": false,
|
||||
"commented_code": false,
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user