What Is Indentation In Coding?

What Is Indentation In Coding? In computer programming, an indentation style is a convention governing the indentation of blocks of code to convey program structure. … Especially, it is used to clarify the link between control flow constructs such as conditions or loops, and code contained within and outside of them. What is an indentation?