github.com/Theta-Dev/Talon@v0.0.0-20211018130634-ff179e19fa9a/.editorconfig (about)

     1  [*]
     2  charset = utf-8
     3  indent_style = tab
     4  indent_size = 4
     5  end_of_line = lf
     6  trim_trailing_whitespace = true
     7  insert_final_newline = true
     8  max_line_length = 88
     9  
    10  [*.py]
    11  indent_style = space
    12  
    13  [*.{json,md,rst,ini,yml,yaml}]
    14  indent_style = space
    15  indent_size = 2