diff --git a/Indentation.md b/Indentation.md new file mode 100644 index 0000000..95960ba --- /dev/null +++ b/Indentation.md @@ -0,0 +1,57 @@ +## Indentation "2 Spaces" + +### Description + +In computer programming, indentation it is used to format program source code to improve readability. + +People use indentation to better convey the structure of their programs to human readers. + +The size of the indent is usually independent of the style. For Ruby and many programming languages, and some forms of HTML formatting, two spaces per indent level is generally used. + +### Examples + +#### Indented Code : + +```html +