github.com/vipernet-xyz/tendermint-core@v0.32.0/.editorconfig (about)

     1  # top-most EditorConfig file
     2  root = true
     3  
     4  # Unix-style newlines with a newline ending every file
     5  [*]
     6  charset = utf-8
     7  end_of_line = lf
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true
    10  
    11  [*.{sh,Makefile}]
    12  indent_style = tab
    13  
    14  [*.proto]
    15  indent_style = space
    16  indent_size = 2