github.com/confluentinc/cli@v1.100.0/.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  indent_style=space
     9  indent_size=4
    10  
    11  [*.go]
    12  indent_style=tab
    13  tab_width=4
    14  
    15  [{Makefile,*.mk}]
    16  indent_style=tab
    17  tab_width=4
    18  
    19  [{*.json,*.yaml,*.yml}]
    20  indent_size=2