MunMunMiao

Results 5 issues of MunMunMiao

**Please describe what the rule should do:** Increase readability by adding tag spacing **What category should the rule belong to?** - [x] Enforces code style - [ ] Warns about...

```golang type Config struct { DEBUG bool Server struct { HTTP struct { Addr string `env:"SERVER_HTTP_ADDR"` } GRPC struct { Addr string `env:"SERVER_GRPC_ADDR"` } } } c := config.New( config.WithSource(...

feature

### Which @angular/* package(s) are relevant/related to the feature request? router ### Description Often we need to customize the data type of route parameters. Please provide a generic type that...

area: router