github.com/vpayno/adventofcode-2022-golang-workspace@v0.0.0-20230605190011-dbafed5593de/.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  
     9  [{*.go,Makefile,.gitmodules,go.mod,go.sum}]
    10  indent_style = tab
    11  
    12  [*.md]
    13  indent_style = space
    14  trim_trailing_whitespace = false
    15  
    16  [*.{yml,yaml,json}]
    17  indent_style = space
    18  indent_size = 2
    19  
    20  [*.{js,jsx,ts,tsx,css,less,sass,scss,vue,py}]
    21  indent_style = space
    22  indent_size = 4