root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = tab indent_size = 4 [*.gd] indent_style = tab indent_size = 4 max_line_length = 120 insert_final_newline = true trim_trailing_whitespace = true [*.tscn] indent_style = tab indent_size = 4 trim_trailing_whitespace = true [*.tres] indent_style = tab indent_size = 4 trim_trailing_whitespace = true [*.md] indent_style = space indent_size = 4 trim_trailing_whitespace = true max_line_length = 120 insert_final_newline = true [*.cfg] indent_style = space indent_size = 2 trim_trailing_whitespace = true [.env*] charset = utf-8 indent_style = unset trim_trailing_whitespace = false end_of_line = unset insert_final_newline = unset max_line_length = unset