aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-02-06Bump version to 0.43Carmi Grushko
2023-02-02Fix indentation of initializer-like expressions with leading comments (#382)nickreid
2023-02-01Create FenceCommentsOp and use it to simplify some confusing comment handling...nickreid
2023-01-26Eliminate mis-paired OpsBuilder.open()/close() (#379)Nick Reid
2023-01-26Updated maven-jar-plugin and maven-assembly-plugin from version 2.6 to 3.3.0 ...Joe Dean
2023-01-26De-inline OpsBuilder.block() (#378)Nick Reid
2023-01-21Miscellaneous fixes to the KDoc formatter (#372)Tor Norbye
2022-12-16Support disabling import optimization from command lineOmer Strulovich
2022-12-12Daily `arc lint --take KTFMT`generatedunixname89002005325672
2022-12-08Bump version to 0.43-SNAPSHOTCarmi Grushko
2022-12-08Bump version to 0.42Carmi Grushko
2022-11-22Avoid early break at TODO:David Torosyan
2022-11-17Rename upper to endPositionSalvatore Benedetto
2022-11-17Use map for converting a collectionSalvatore Benedetto
2022-11-17Remove unnecessary importSalvatore Benedetto
2022-11-17Factor out code into a functionSalvatore Benedetto
2022-11-17Drop I from column variable nameSalvatore Benedetto
2022-11-14Fix import detection for multiline kdocsDavid Torosyan
2022-10-20Merge tnorbye/kdoc-formatter into ktfmt (#359)nickreid
2022-10-19Preserve indentation of trailing comments in comma-separated lists (#357)nickreid
2022-09-23Update ktfmt component on FBS:masterCarmi Grushko
2022-09-23Bump version to 0.42-SNAPSHOTCarmi Grushko
2022-09-23Bump version to 0.41Carmi Grushko
2022-09-21Fix some regressions in preparation for 0.41 (#352)nickreid
2022-09-20Only pretty-print each file one time (#345)nickreid
2022-09-08Replace $QQQ with $TQ in unit testsDavid Torosyan
2022-09-08Force-break an indent qualified expression rooted on multiline strings (#343)nickreid
2022-09-07Fix unneeded break following long multiline string (google style) (#348)David Torosyan
2022-09-07Add test cases for multiline stringsDavid Torosyan
2022-09-01Bump version to 0.41-SNAPSHOTOmer Strulovich
2022-09-01Bump version to 0.40Omer Strulovich
2022-07-28Don't break before '>' in type argumentsDavid Torosyan
2022-07-26Fix some spacing issues with comma separated lists in --google-style (#344)nickreid
2022-07-24Add --stdin-name to specify a file name to use when printing message about st...nickreid
2022-07-21Fix crashes on intersection types (e.g. Foo<A & B>) (#341)nickreid
2022-07-11When there's a break in value arguments, also break in the lambda bodyDavid Torosyan
2022-07-11Improve lambda indentation when value arguments are on multiple linesDavid Torosyan
2022-07-11When there's a break in type arguments, also break in value argumentsDavid Torosyan
2022-07-11Break before '>' in type arguments when they don't fit on one lineDavid Torosyan
2022-07-11Simplify visitCallElement, move bracket logic into helperDavid Torosyan
2022-07-11Simplify visitTypeArgumentList, move bracket logic into helperDavid Torosyan
2022-06-30Simplify visitValueArgumentList, unite two logic branchesDavid Torosyan
2022-06-30Delete emitParameterLikeList in favor of visitEachCommaSeparatedDavid Torosyan
2022-06-30Simplify visitCallElement, remove branch for google styleDavid Torosyan
2022-06-30Simplify visitEachCommaSeparated, unite two logic branchesDavid Torosyan
2022-06-30Refactor forEachCommaSeparated to visitEachCommaSeparartedDavid Torosyan
2022-06-30Add unit tests for forward propagation of breaksDavid Torosyan
2022-06-15Bump version to 0.40-SNAPSHOTCarmi Grushko
2022-06-15Bump version to 0.39Carmi Grushko
2022-06-09Handle escaped markdown characters in KDocOmer Strulovich