1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add a bit about acceptable indentation to the README.

This commit is contained in:
Nathan Weizenbaum 2008-05-31 22:06:42 -07:00
parent 7dc175213e
commit cc2551b89d

View file

@ -264,6 +264,13 @@ becomes:
A comprehensive list of features is in
the documentation for the Sass module.
== Indentation
Indentation can be made up of one or more tabs or spaces.
However, indentation must be consistent within a given document.
Hard tabs and spaces can't be mixed,
and the same number of tabs or spaces must be used throughout.
== Executables
The Haml gem includes several executables that are useful