# Source files [src/**.{js,ts}] indent_style = space indent_size = 2 # Config files at the root of the project [*.js] indent_style = space indent_size = 2 # Migrations files are autogenerated with 4 spaces [migrations/**.{js,ts}] indent_style = space indent_size = 4 # JSON config files at the root of the project [*.json] indent_style = space indent_size = 2