github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/.editorconfig (about)

     1  [*]
     2  end_of_line = lf
     3  insert_final_newline = true
     4  charset = utf-8
     5  
     6  # tab_size = 4 spaces
     7  [*.go]
     8  indent_style = tab
     9  indent_size = 4
    10  trim_trailing_whitespace = true