-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
For example, i want use pyproject.toml
as rootMarker, and the folder content is:
.
├── a.py
└── pyproject.toml
The efm configuration:
lspconfig.efm.setup {
init_options = { documentFormatting = true },
settings = {
rootMarkers = { 'pyproject.toml', '.git' },
languages = {
python = {
{ formatCommand = 'yapf', formatStdin = true },
}
}
},
filetypes = { 'python' }
}
yasuoohno
Metadata
Metadata
Assignees
Labels
No labels