github.com/kaptinlin/jsonschema@v0.4.6/.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 = tab
    14  trim_trailing_whitespace = false
    15  
    16  [*.{yml,yaml,json}]
    17  indent_style = space
    18  indent_size = 2