gtsocial-umbx

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

.editorconfig (345B)


      1 root = true
      2 
      3 [*]
      4 end_of_line = lf
      5 indent_size = 4
      6 indent_style = space
      7 insert_final_newline = true
      8 trim_trailing_whitespace  = true
      9 insert_final_newline = true
     10 charset = utf-8
     11 
     12 [*.{yml,yaml}]
     13 indent_size = 2
     14 
     15 [*.go]
     16 indent_size = 8
     17 indent_style = tab
     18 
     19 [*.json]
     20 indent_size = 4
     21 indent_style = space
     22 
     23 [Makefile]
     24 indent_style = tab
     25 indent_size = 4