github.com/git-chglog/git-chglog@v0.15.5-0.20240126074033-6a6993d52d69/.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