42 lines
802 B
JSON
42 lines
802 B
JSON
{
|
|
"root": false,
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!**/lib",
|
|
"!build",
|
|
"!external_libs",
|
|
"!lightgbm-python",
|
|
"!lightgbm_r",
|
|
"!.pixi",
|
|
"!R-package/docs"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"expand": "always",
|
|
"useEditorconfig": true,
|
|
"lineWidth": 120
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"domains": {
|
|
"project": "all"
|
|
},
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
}
|