.editorconfig
changeset 28 3431ec3ab97c
parent 25 d22ae2e9efc2
equal deleted inserted replaced
27:c1d260ead8fa 28:3431ec3ab97c
    15 # Unix-style newlines with a newline ending every file
    15 # Unix-style newlines with a newline ending every file
    16 [*]
    16 [*]
    17 end_of_line = lf
    17 end_of_line = lf
    18 insert_final_newline = true
    18 insert_final_newline = true
    19 
    19 
    20 [*.{c,h,cxx,pl,pm}]
    20 [*.{c,h,cxx,pl,pm,asciidoc}]
    21 indent_style = space
    21 indent_style = space
    22 indent_size = 4
    22 indent_size = 4
    23 tab_width = 8
    23 tab_width = 8
    24 trim_trailing_whitespace = true
    24 trim_trailing_whitespace = true
    25 
    25