github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  indent_size = 2
     6  end_of_line = lf
     7  insert_final_newline = true
     8  trim_trailing_whitespace = true
     9  
    10  [*.md]
    11  insert_final_newline = false
    12  trim_trailing_whitespace = false
    13  
    14  [Makefile]
    15  indent_style = tab