; see: http://editorconfig.org/ root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [**.[ch]] indent_style = tab indent_size = 2 tab_width = 8 [st.[ch]] indent_style = tab indent_size = 4 tab_width = 8 [**.py] indent_style = space indent_size = 4 [**.rb] indent_style = space indent_size = 2 [**.yml] indent_style = space indent_size = 2 [HISTORY] indent_style = space [doc/*] indent_style = space [win32/*] end_of_line = crlf [win32/*.py] end_of_line = lf