github.com/beanworks/dcm@v0.0.0-20230726194615-49d2d0417e04/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  indent_style = space
     5  indent_size = 4
     6  end_of_line = lf
     7  trim_trailing_whitespace = true
     8  insert_final_newline = true
     9  
    10  [*.go]
    11  indent_style = tab
    12  indent_size = 8
    13  
    14  [*.{sh,yml,yml-dist}]
    15  charset = utf-8
    16  indent_style = space
    17  indent_size = 2
    18  
    19  [*.md]
    20  trim_trailing_whitespace = false
    21  
    22  [Makefile]
    23  indent_style = tab
    24  indent_size = 4
    25  
    26  [Dockerfile]
    27  indent_style = space
    28  indent_size = 4