github.com/operandinc/gqlgen@v0.16.1/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  charset = utf-8
     6  trim_trailing_whitespace = true
     7  insert_final_newline = true
     8  indent_style = space
     9  indent_size = 4
    10  
    11  [*.{go,gotpl}]
    12  indent_style = tab
    13  
    14  [*.yml]
    15  indent_size = 2
    16  
    17  # These often end up with go code inside, so lets keep tabs
    18  [*.{html,md}]
    19  indent_size = 2
    20  indent_style = tab