github.com/kachick/nixpkgs-url@v0.3.2-0.20230806085406-bafeb8c13c92/.editorconfig (about)

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