amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
649 stars 46 forks source link

Replace all tabs with spaces #7

Closed Widdershin closed 9 years ago

Widdershin commented 9 years ago

Quite a few files contained a mix of tabs and spaces. I've changed all of these to have consistent 2 space indentation. I noticed this because some files in the Github web view were indenting strangely, due to the mix of tabs and spaces.

Codcore commented 9 years ago

@Widdershin Thank you for work!