# @see http://EditorConfig.org root = true [src/**] charset = utf-8 end_of_line = lf tab_width = 4 indent_style = space trim_trailing_whitespace = true insert_final_newline = true