github.com/wtfutil/wtf@v0.43.0/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  insert_final_newline = true
     6  max_line_length=120
     7  
     8  [*.go]
     9  indent_style = tab
    10  indent_size = 4
    11  charset = utf-8
    12  trim_trailing_whitespace = true
    13  
    14  [*.html]
    15  indent_style = tab
    16  indent_size = 4
    17  charset = utf-8
    18  trim_trailing_whitespace = false
    19  
    20  [*.md]
    21  trim_trailing_whitespace = false