...

Text file src/github.com/99designs/gqlgen/.editorconfig

Documentation: github.com/99designs/gqlgen

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

View as plain text