The standard indention level is 3 and indentation should be done with spaces.
if (true) {
val foo = ...
...
}
Brackets should only be used when a block is required. If the block can be replaced by a single expression, the single expression is preferred.