# EditorConfig: Industry standard editor configuration # Many editors will show warnings for files marked as generated root = true [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true # Mark generated files with special rules (some editors respect this) [tinytorch/core/*.py] # Some editors show warnings for files in generated directories generated = true