Indentation

open class Indentation(source)

This class defines the characteristics of an indentation: the type (space, tabs..) and the size (How many characters must be used to indent the code).

Constructors

Link copied to clipboard
constructor(type: Indentation.IndentType, size: Int)
constructor(type: Indentation.IndentType)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open var size: Int
Link copied to clipboard

Functions

Link copied to clipboard
open fun getIndent(): String
Link copied to clipboard
open fun toString(): String