# Top-most EditorConfig file root = true [*.{js,jsx,ts,tsx,vue,sh}] indent_style = space indent_size = 2 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true max_line_length = 100 [{Dockerfile}] indent_style = space indent_size = 4 [*.py] indent_size = 4 # PEP 8 (the official Python style guide) recommends using 4 spaces per indentation level indent_style = space max_line_length = 100