neovim

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

.stylua.toml (141B)


      1 column_width = 100
      2 line_endings = "Unix"
      3 indent_type = "Spaces"
      4 indent_width = 2
      5 quote_style = "AutoPreferSingle"
      6 call_parentheses = "Input"