mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
38 lines
862 B
Plaintext
38 lines
862 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": {
|
|
|
|
"in_statement_indentation": true,
|
|
"indentation" : true,
|
|
"double_space": true,
|
|
"align_parameters": true,
|
|
"align_pseudo_comments": true,
|
|
"align_type_expressions": true,
|
|
"keyword_case": true,
|
|
"contains_tab": true,
|
|
"colon_missing_space": true,
|
|
"line_break_multiple_parameters": true,
|
|
"max_one_method_parameter_per_line": true,
|
|
"sequential_blank": true,
|
|
"whitespace_end": true,
|
|
"space_before_colon": true,
|
|
"space_before_dot": true,
|
|
"commented_code": false,
|
|
|
|
}
|
|
}
|