apheleia/test/formatters/samplecode/crystal-tool-format/in.cr
Billy.Zheng 823a81319f
Add Crystal lang support. (#137)
Thanks

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2022-10-24 17:42:15 -07:00

7 lines
136 B
Crystal

module SomeController
macro included
def hello
puts "hello"
end
end # <= this indentation is wrong.
end