github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/public/Sortable-1.4.0/.editorconfig (about)

     1  # editorconfig.org
     2  root = true
     3  
     4  [*]
     5  indent_style = tab
     6  end_of_line = lf
     7  charset = utf-8
     8  trim_trailing_whitespace = true
     9  insert_final_newline = true
    10  
    11  [*.md]
    12  trim_trailing_whitespace = false