github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  insert_final_newline = true
     7  trim_trailing_whitespace = true
     8  max_line_length = 160
     9  
    10  [*.go]
    11  indent_style = tab
    12  tab_width = 2
    13  
    14  [*.html]
    15  indent_style = space
    16  indent_size = 2
    17  
    18  [*.md]
    19  indent_style = space
    20  indent_size = 2
    21  
    22  [*.sql]
    23  indent_style = space
    24  indent_size = 2
    25  
    26  [*.{ts,tsx}]
    27  indent_style = space
    28  indent_size = 2