...

Text file src/gopkg.in/ini.v1/.editorconfig

Documentation: gopkg.in/ini.v1

     1# http://editorconfig.org
     2
     3root = true
     4
     5[*]
     6charset = utf-8
     7end_of_line = lf
     8insert_final_newline = true
     9trim_trailing_whitespace = true
    10
    11[*_test.go]
    12trim_trailing_whitespace = false

View as plain text