Ocelot/.editorconfig
Tom Pallister 6793278597
Feature/sticky sessions (#336)
* started messing around with sticky sessions idea

* more tests for sticky session thing

* more faffing cant make up my mind how to do this

* +semver: breaking added sticky session load balancer and changed way load balancer configuration is set by user

* #336 made tests BDDFy
2018-04-30 18:55:11 +01:00

10 lines
116 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.cs]
indent_style = space
indent_size = 4