1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-29 23:40:46 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
Jonathan Coates f478c4ffc4
Reformat everything
- Switch to a fairly standard code format. This is largely based on
   IntelliJ defaults, with some minor tweaks applied via editor config.
   Should mean people don't need to import a config!

 - Use "var" everywhere instead of explicit types. Type inference is a
   joy, and I intend to use it to its fullest.

 - Start using switch expressions: we couldn't use them before because
   IntelliJ does silly things with our previous brace style, but now we
   have the luxury of them!
2022-11-04 13:41:38 +00:00
..
api Reformat everything 2022-11-04 13:41:38 +00:00
client Reformat everything 2022-11-04 13:41:38 +00:00
core Reformat everything 2022-11-04 13:41:38 +00:00
data Reformat everything 2022-11-04 13:41:38 +00:00
impl Reformat everything 2022-11-04 13:41:38 +00:00
internal/upgrades Reformat everything 2022-11-04 13:41:38 +00:00
mixin Reformat everything 2022-11-04 13:41:38 +00:00
shared Reformat everything 2022-11-04 13:41:38 +00:00
ComputerCraft.java Reformat everything 2022-11-04 13:41:38 +00:00
ComputerCraftAPIImpl.java Reformat everything 2022-11-04 13:41:38 +00:00