github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/assets/bootstrap-3.1.1/.editorconfig (about)

     1  # editorconfig.org
     2  
     3  root = true
     4  
     5  [*]
     6  indent_style = space
     7  indent_size = 2
     8  end_of_line = lf
     9  charset = utf-8
    10  trim_trailing_whitespace = true
    11  insert_final_newline = true
    12  
    13  [*.py]
    14  indent_size = 4