github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  indent_size = 2
     7  indent_style = space
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true
    10  max_line_length = 120
    11  tab_width = 4
    12  
    13  [{Makefile,go.mod,go.sum,*.go,.gitmodules}]
    14  indent_style = tab
    15  indent_size = 4
    16  
    17  [*.md]
    18  trim_trailing_whitespace = false