github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/.editorconfig (about)

     1  # EditorConfig is awesome: https://EditorConfig.org
     2  
     3  # top-most EditorConfig file
     4  root = true
     5  
     6  [*]
     7  charset = utf-8
     8  end_of_line = lf
     9  insert_final_newline = true
    10  trim_trailing_whitespace = true
    11  
    12  [*.go]
    13  indent_style = tab
    14  tab_width = 2
    15  
    16  [*.{json,yaml,yml}]
    17  indent_style = space
    18  indent_size = 2