gitlab.com/greut/eclint@v0.5.2-0.20240402114752-14681fe6e0bf/testdata/simple/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = crlf
     6  indent_style = tab
     7  indent_size = 2
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true