.editorconfig (338B)
1 root = true 2 [*] 3 indent_style = space 4 end_of_line = lf 5 trim_trailing_whitespace = true 6 insert_final_newline = true 7 charset = utf-8 8 9 [*.{build,css,doap,scss,ui,xml,xml.in,xml.in.in,yaml,yml}] 10 indent_size = 2 11 12 [*.{json,py,rs}] 13 indent_size = 4 14 15 [*.{c,h,h.in}] 16 indent_size = 2 17 max_line_length = 80 18 19 [NEWS] 20 indent_size = 2 21 max_line_length = 72