Skip to content
  • schneider's avatar
    refact(config): Make config parser more robust · c67972e3
    schneider authored
    Introduces a small state machine which parses the file character by
    character. This eases the logic around parsing whole lines
    significantly.
    
    Now also trims lines, handling all non printable characters correctly.
    c67972e3