public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Add a bit about acceptable indentation to the README.
nex3 (author)
Sat May 31 22:06:42 -0700 2008
commit  cc2551b89d56f9fa115bcd60c6f551a8e98ef2ee
tree    78cd5c90eeaf58d444070634bc1027db5433f14e
parent  7dc175213e7c371455f94945157f36055541bf0b
...
264
265
266
 
 
 
 
 
 
 
267
268
269
...
264
265
266
267
268
269
270
271
272
273
274
275
276
0
@@ -264,6 +264,13 @@ becomes:
0
 A comprehensive list of features is in
0
 the documentation for the Sass module.
0
 
0
+== Indentation
0
+
0
+Indentation can be made up of one or more tabs or spaces.
0
+However, indentation must be consistent within a given document.
0
+Hard tabs and spaces can't be mixed,
0
+and the same number of tabs or spaces must be used throughout.
0
+
0
 == Executables
0
 
0
 The Haml gem includes several executables that are useful

Comments

    No one has commented yet.