Closed cuducos closed 7 years ago
Ahh its elm-format, I should have guessed that.
I usually like the case statement formatting of it when I played with it ages back, but for these specific files where the days in a week and months in a year just are not going to change, and where the result is a single string I find the vertical orientation annoying.
I thought elm-format was 2 space indent have the changed again ? I've been moving to 2 spaces because elm-format was doing that hmm a year ago I suppose now.
What about the the padding code in dayOfMonthWithSuffix
is 4 really correct ?
Hmm ok elm-format only does 4, I do remember some discussions on the slack channel and I came away thinking it was changing to 2, I was wrong. :).
Published 8.2.0
Hey you… as I got that new locales are welcomed, and as I just wrote the
pt-BR
locale to use this package in a project, I thought that the PR would be interesting…Thanks for creating and maintaining elm-date-extra ; )