1# https://editorconfig.org 2 3root = true 4 5[*] 6charset = utf-8 7indent_style = space 8insert_final_newline = true 9max_doc_length = 79 10max_line_length = 79 11trim_trailing_whitespace = true 12