...

Text file src/github.com/okta/okta-sdk-golang/v2/.editorconfig

Documentation: github.com/okta/okta-sdk-golang/v2

     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
    14
    15[*.go.hbs]
    16indent_style = tab
    17indent_size = 8
    18
    19[Makefile]
    20indent_style = tab
    21indent_size = 4

View as plain text