generated from eblume/project-template
5 lines
264 B
TOML
5 lines
264 B
TOML
|
|
# Opinionated Lua formatting for heph.nvim, enforced via prek's stylua hook.
|
||
|
|
# Spaces/2 matches the existing plugin style; everything else is stylua's
|
||
|
|
# defaults (the formatter is the source of truth — don't hand-format).
|
||
|
|
indent_type = "Spaces"
|
||
|
|
indent_width = 2
|