7 lines
105 B
Lua
7 lines
105 B
Lua
vim.cmd([[
|
|
let g:black#settings = {
|
|
\ 'fast': 1,
|
|
\ 'line_length': 100
|
|
\}
|
|
]])
|