"Fossies" - the Fresh Open Source Software Archive

Member "evolution-mapi-3.46.1/.editorconfig" (2 Dec 2022, 195 Bytes) of package /linux/misc/evolution-mapi-3.46.1.tar.xz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 root = true
    2 
    3 [*]
    4 charset = utf-8
    5 end_of_line = lf
    6 
    7 [*.[ch]]
    8 indent_style = tab
    9 insert_final_newline = true
   10 max_line_length = 100
   11 tab_width = 8
   12 
   13 [CMakeLists.txt]
   14 indent_style = tab
   15 tab_width = 8
   16