Elias Åström
2018-08-16 488f80d95095efeae38e08884b5ba34724e1bf71
refs
author Elias Åström <eliast.croc@gmail.com>
Thursday, August 16, 2018 13:47 +0200
committer SmallJoker <SmallJoker@users.noreply.github.com>
Saturday, August 25, 2018 12:24 +0200
commit488f80d95095efeae38e08884b5ba34724e1bf71
tree bec6f6860c531bc59b614bd25a3097ef771f9996 tree | zip | gz
parent d74c250a40d11df0d466f750e30e5575e3212706 view | diff
Clean file frames.lua to make more readable

- "#(array)" replaced with "#array"
- "(a and b) or c" replaced with "a and b or c"
- Cleaned some other places with unnecessary parenthesis
- "a,b" replaced with "a, b"
- "a+b" replaced with "a + b" (and for all other binops)
- "{a, b, c}" replaced with "{ a, b, c }"
- "-n + a" replaced with "a - n"
- Removed trailing whitespace
- Blank lines added in some very dense places
- Very long lines broken into shorter lines
- Use modern functions like vector.new and vector.round
- Align with spaces instead of tabs
1 files modified
641 ■■■■■ changed files
technic/machines/other/frames.lua 641 ●●●●● diff | view | raw | blame | history