vis

a vi-like editor based on Plan 9's structural regular expressions

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

.editorconfig

(191B)


      1 root = true
      2 
      3 [*]
      4 end_of_line = lf
      5 insert_final_newline = true
      6 trim_trailing_whitespace = true
      7 indent_style = tab
      8 
      9 [*.md]
     10 indent_size = 4
     11 indent_style = space
     12 trim_trailing_whitespace = false