# https://editorconfig.org root = true [*] charset = utf-8 indent_style = space insert_final_newline = true max_doc_length = 79 max_line_length = 79 trim_trailing_whitespace = true