9 lines
166 B
Lua
9 lines
166 B
Lua
-- Settings can be found here: https://docs.astral.sh/ruff/editors/settings/
|
|
return {
|
|
init_options = {
|
|
settings = {
|
|
organizeImports = true,
|
|
},
|
|
},
|
|
}
|