class
Crygen::Utils::Indentation
- Crygen::Utils::Indentation
- Reference
- Object
Overview
The static class that enables to control the indentation of the code. This is useful when we create the nested objects (for example: class in a class and struct in a struct).
Defined in:
utils/indentation.crClass Method Summary
-
.add_indent(size : Number = 2) : Void
Add indentation
- .generate : String
- .remove_indent(size : Number = 2) : Void
- .reset : Void