...

Text file src/github.com/gorilla/mux/.editorconfig

Documentation: github.com/gorilla/mux

     1; https://editorconfig.org/
     2
     3root = true
     4
     5[*]
     6insert_final_newline = true
     7charset = utf-8
     8trim_trailing_whitespace = true
     9indent_style = space
    10indent_size = 2
    11
    12[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
    13indent_style = tab
    14indent_size = 4
    15
    16[*.md]
    17indent_size = 4
    18trim_trailing_whitespace = false
    19
    20eclint_indent_style = unset

View as plain text