1. 16 Sep, 2021 10 commits
  2. 14 Sep, 2021 3 commits
  3. 13 Sep, 2021 6 commits
  4. 10 Sep, 2021 4 commits
  5. 09 Sep, 2021 7 commits
  6. 30 Aug, 2021 1 commit
  7. 24 Aug, 2021 3 commits
  8. 21 Jun, 2021 4 commits
  9. 17 Jun, 2021 2 commits
    • Philip Makedonski's avatar
      + added alternative indentation-based implementation · 8598eec6
      Philip Makedonski authored
      the implementation inherits from the brace-based implementation and
      overrides the delimiters with indentation-based ones as a proof of
      concept
      
      for the transformation as target to work properly, it requires a more
      sophisticated formatter that can ensure the indentation is set correctly
      
      currently only indentation -> braces|xmi works correctly (possibly also
      tdlan), not the other way around
      8598eec6
    • Philip Makedonski's avatar
      * fixed mistyped ui project folder · 5b831fe0
      Philip Makedonski authored
      5b831fe0