2025-08-10 20:24:22 +00:00

9 lines
166 B
Lua

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