Skip to content

Commit

Permalink
refactor(client): remove PolyZone dependency and redo station/pump ch…
Browse files Browse the repository at this point in the history
…ecks

PolyZone is needlessly complicated for this.
Merge pumps/stations into single table indexed by the station coords.
Tabs > spaces (this is the way).
  • Loading branch information
thelindat committed Feb 13, 2022
1 parent 3cf3fa9 commit 749e218
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 821 deletions.
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_size = 2
indent_style = space

[*.lua]
indent_size = 4
indent_style = tab
indent_style = tab
Loading

0 comments on commit 749e218

Please sign in to comment.