...

Text file src/github.com/okta/okta-jwt-verifier-golang/.editorconfig

Documentation: github.com/okta/okta-jwt-verifier-golang

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

View as plain text