Is it possible to use dot instead of face for indentation guides ? or a character like middle dot ? for example something like this: ``` ruby class Sample . def method1 . . puts "hey" . end ```