about summary refs log tree commit diff
path: root/src/formatting
AgeCommit message (Expand)AuthorLines
2021-09-14Support @generated marker to skip code formattingSeiichi Uchida-0/+7
2021-07-25fix a bunch of clippy warningsMatthias Krüger-1/+1
2019-05-09Add tests to cover more edge casesRuben Schmidmeister-1/+24
2019-05-09Make sure windows newlines don't gain an extra carriage returnRuben Schmidmeister-21/+53
2019-05-09Implement conversion to unix newlinesRuben Schmidmeister-6/+20
2019-04-24Use more descriptive namesRuben Schmidmeister-8/+10
2019-04-24Preserve standalone carriage returns on windows alsoRuben Schmidmeister-1/+22
2019-04-24Split apply with auto detection tests into separate fnsRuben Schmidmeister-23/+19
2019-04-24Fix auto detection of windows newlines for inputs with multibyte charsRuben Schmidmeister-1/+9
2019-04-24Split auto_detect tests into seperate fnsRuben Schmidmeister-13/+20
2019-04-24Extract conversion to windows newlines into fnRuben Schmidmeister-14/+17
2019-04-24Extract literals into constantsRuben Schmidmeister-4/+9
2019-04-24Introduce effective newline styleRuben Schmidmeister-23/+42
2019-04-24Convert to free standing functionsRuben Schmidmeister-50/+52
2019-04-24Extract applying of newline style into own modRuben Schmidmeister-0/+118