github.com/evdatsion/aphelion-dpos-bft@v0.32.1/libs/.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  [Makefile]
    12  indent_style = tab
    13  
    14  [*.sh]
    15  indent_style = tab
    16  
    17  [*.proto]
    18  indent_style = space
    19  indent_size = 2