Nagisa-AC / Flixter

Movie based app that allows users to get information on current playing movies
0 stars 0 forks source link

Make sure indenting is consistent #7

Open tisganitis-fb opened 2 years ago

tisganitis-fb commented 2 years ago

https://github.com/Nagisa-AC/Flixter_4/blob/55b210bc6a267e674b58ec5d2b526b8ea0013a8e/Flixer_4/MovieViewController.m#L69

This is a nit, but consistent indenting is helpful for others reading your code (and your future self!). You can select a block of code, or everything (Cmd + a) and then let Xcode reindent with (Ctrl + i). I think there's a way to get Xcode to automatically reformat when you save a file, but I don't remember exactly how. Might be a plugin. (I'd Google for an answer to this. :) )