github.com/andrewrech/ih-abstract@v0.0.0-20210322142951-2fec1c8d0f38/.editorconfig (about)

     1  # EditorConfig is awesome: http://EditorConfig.org
     2  
     3  [*]
     4  insert_final_newline = true
     5  charset = utf-8
     6  indent_style = space
     7  indent_size = 2
     8  tab_width = 2
     9  trim_trailing_whitespace = true
    10  
    11  [*go]
    12  indent_style = tab