gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.editorconfig (183B)


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