vis-config

lua scripts to configure vis editor

git clone https://9o.is/git/vis-config.git

.editorconfig

(212B)


      1 # http://editorconfig.org
      2 
      3 root = true
      4 
      5 [*.lua]
      6 indent_style = space
      7 indent_size = 2
      8 
      9 [.gitlab-ci.yml]
     10 indent_style = space
     11 indent_size = 2
     12 
     13 [tools/*]
     14 indent_style = space
     15 indent_size = 4
     16 binary_next_line = true