github.com/simranvc/fabric-ca@v0.0.0-20191030094829-acc364294dde/tmp1/hyperledger/org1/peer1/assets/chaincode/contract-api/.editorconfig (about)

     1  #
     2  # SPDX-License-Identifier: Apache-2.0
     3  #
     4  
     5  root = true
     6  
     7  [*]
     8  indent_style = space
     9  indent_size = 4
    10  end_of_line = lf
    11  charset = utf-8
    12  trim_trailing_whitespace = true
    13  insert_final_newline = true
    14  
    15  [*.md]
    16  trim_trailing_whitespace = false