############################### # Core EditorConfig Options # ############################### root = true # All files [*] insert_final_newline = true trim_trailing_whitespace = true # Code files [*.py] charset = utf-8 indent_size = 4 indent_style = space # Data files [*.yml] charset = utf-8 indent_size = 2 indent_style = space