alokm014 Enlightened
Indentation Styles in C Programming
Blog Link: https://embedthreads.com/exploring-different-indentation-styles-in-c-programming/
1. K&R Style (Kernighan and Ritchie)
2. Allman Style (BSD Style)
3. GNU Style (GNU Coding Standards)
4. Whitesmiths Style