github.com/braveheart12/insolar-09-08-19@v0.8.7/.editorconfig (about)

     1  # https://EditorConfig.org
     2  [*]
     3  end_of_line = lf
     4  insert_final_newline = true
     5  
     6  [*.go]
     7  charset = utf-8
     8  indent_style = tab
     9  indent_size = 4