Files
spring-kafka/.editorconfig
Gary Russell ff174e0a95 @KafkaListener Consumer Property Overrides
Add the `properties` attribute to the `@KafkaListener` annotation to
enhance or override the consumer factory properties.
2019-02-08 13:35:32 -05:00

12 lines
157 B
INI

root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
continuation_indent_size = 8