github.com/anishathalye/periscope@v0.3.5/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  insert_final_newline = true
     7  indent_style = space
     8  trim_trailing_whitespace = true
     9  
    10  [*.go]
    11  indent_size = 8
    12  indent_style = tab
    13  
    14  [*.md]
    15  trim_trailing_whitespace = false
    16  
    17  [*.yml]
    18  indent_size = 2