github.com/vnforks/kid/v5@v5.22.1-0.20200408055009-b89d99c65676/.editorconfig (about)

     1  # http://editorconfig.org/
     2  
     3  root = true
     4  
     5  [*]
     6  end_of_line = lf
     7  insert_final_newline = true
     8  charset = utf-8
     9  trim_trailing_whitespace = true
    10  
    11  [*.go]
    12  indent_style = tab
    13  
    14  [*.{js,jsx,json,html}]
    15  indent_style = space
    16  indent_size = 4
    17  
    18  [i18n/**.json]
    19  indent_size = 2
    20  
    21  [Makefile,*.mk]
    22  indent_style = tab
    23  
    24  [*.md]
    25  indent_style = space
    26  indent_size = 4
    27  trim_trailing_whitespace = false