Formatting Entire Code File
Many a times while code we tend to not format the as we keep coding we do put some extra tabs, space, mismatch the braces...etc.
Visual studio gives us a handy shotct to format the entire code file by just pressing the ctrl+K, ctrl+D.
and in cae yu want just format a block of code the its ctrl+K, ctrl+F.