Files
spring-amqp/.editorconfig
Gary Russell 0db905cbe7 Make Mismatched Queue Tests More Robust
https://build.spring.io/browse/AMQP-MEIGHT-1066/test

- Add latches to wait for channel close events
  - normal close after cancel
  - fatal close for mismatch
- Add `ShutDownChannelListener` `@FunctionalInterface`

Add .editorConfig
2017-05-17 11:13:37 -04: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