Explorar el Código

cookbooks/devel/transformations: docs for {s.rmhdws}

Daniel-Constantin Mierla hace 1 año
padre
commit
e89c01757b
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      docs/cookbooks/devel/transformations.md

+ 9 - 0
docs/cookbooks/devel/transformations.md

@@ -339,6 +339,15 @@ variable.
 $(var(x){s.rm,test})
 ```
 
+### {s.rmhdws}
+
+Remove header-like duplicated whitespaces (i.e., end of line followed
+by whitespaces or tabs are replaced by a single whitespace).
+
+``` c
+$(var(x){s.rmhdws})
+```
+
 ### {s.rmws}
 
 Remove occurrences of whitespace characters (' ', '\\t, '\\r', '\\n').