mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:56:44 +08:00
30 lines
570 B
Plaintext
30 lines
570 B
Plaintext
{
|
|
"global": {
|
|
"files": "/../../src/**/*.*",
|
|
"noIssues": [ "/src/00" ]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
|
|
"folder": "/deps",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"version": "v750",
|
|
"errorNamespace": "."
|
|
},
|
|
"rules": {
|
|
|
|
"commented_code": false,
|
|
"double_space": true,
|
|
"contains_tab": true,
|
|
"align_type_expressions" : true,
|
|
"line_length": false,
|
|
"line_only_punc": false,
|
|
"keyword_case": false,
|
|
"indentation": true
|
|
|
|
}
|
|
}
|