dotfiles/nvim/.stylua.toml
2026-06-02 08:20:14 +02:00

8 lines
231 B
TOML

# config for stylua, ref: https://github.com/JohnnyMorganz/StyLua
syntax = "Lua51"
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses= "NoSingleTable"