# GDFormat configuration file (YAML format) # This file configures the gdformat tool for consistent GDScript formatting # Maximum line length (default is 100) # Godot's style guide recommends keeping lines under 100 characters line_length: 80 # Use spaces instead of tabs (null = use tabs) # Set to integer for space count, or null for tabs # Godot uses tabs by default use_spaces: null # Safety checks (null = enabled by default) safety_checks: null # Directories to exclude from formatting excluded_directories: !!set .git: null .godot: null