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

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  indent_style = space
     7  indent_size = 4
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true
    10  max_line_length = 125
    11  
    12  [*.md]
    13  max_line_length = off
    14  
    15  [{LICENSE,go.*}]
    16  max_line_length = unset
    17  
    18  [Dockerfile]
    19  indent_size = 4
    20  
    21  [{*.yml,*.yaml}]
    22  indent_size = 2
    23  max_line_length = unset
    24  
    25  [{*.go,go.*}]
    26  indent_style = tab
    27  
    28  [lint_test.go]
    29  eclint_indent_style = unset