| 1234567891011121314151617181920 | # EditorConfig is awesome: http://EditorConfig.org# top-most EditorConfig fileroot = true# Unix-style newlines with a newline ending every file[*]end_of_line = lfcharset = utf-8insert_final_newline = truetrim_trailing_whitespace = trueindent_style = spaceindent_size  = 2[Makefile]indent_style = tabindent_size  = 1[*.md]trim_trailing_whitespace = false
 |