Market Data Service is a high-performance financial data API that provides comprehensive Symbol prices of different markets through both RESTful endpoints and real-time WebSocket connections.

nginx.vim 250B

123456789101112
  1. if exists("b:did_indent")
  2. finish
  3. endif
  4. let b:did_indent = 1
  5. setlocal indentexpr=
  6. " cindent actually works for nginx' simple file structure
  7. setlocal cindent
  8. " Just make sure that the comments are not reset as defs would be.
  9. setlocal cinkeys-=0#