• Ben Hale's avatar
    Ruby indentation conventions · f2951b38
    Ben Hale authored
    By convention, Ruby code is indented using two spaces (  ) per-level.
    The code used tabs (\t) previously and therefore wasn't idiomatic.
    This change updates the indenting to use two spaces.
    f2951b38
Name
Last commit
Last update
..
samples Loading commit data...
src Loading commit data...
test-samples Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...