github.com/tilotech/tilores-cli@v0.28.0/.editorconfig (about)

     1  ; http://editorconfig.org/
     2  
     3  root = true
     4  
     5  [*]
     6  charset = utf-8
     7  end_of_line = lf
     8  indent_style = space
     9  indent_size = 2
    10  insert_final_newline = true
    11  trim_trailing_whitespace = true
    12  
    13  [*.md]
    14  max_line_length = off
    15  trim_trailing_whitespace = false
    16  
    17  [*.go]
    18  indent_style = tab
    19  indent_size = 2