neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

.stylua2.toml (241B)


      1 # Alternative settings for special snowflakes like: decorations_spec.lua, multigrid_spec.lua, etc.
      2 
      3 column_width = 140
      4 line_endings = "Unix"
      5 indent_type = "Spaces"
      6 indent_width = 2
      7 quote_style = "AutoPreferSingle"
      8 call_parentheses = "Input"