What’s Changed
- fix: avoid break line before shorter explist (#187) @Koihik
- fix: windows build (#185) @Koihik
- fix: cache result when detecting whether the AST node exceeds the column limit (#184) @Koihik
- Fixed align_parameter when using tabs (#181) @Thomasims
- Fix namespace alias for <experimental/filesystem> (#182) @Hs293Go
- Implement --check option (#179) @carlsmedstad
- Support $XDG_CONFIG_HOME on MacOS (#178) @carlsmedstad
- feat: support config line_separator (#175) @SafeteeWoW
- fix: put align space after tab indent (#173) @Koihik
- Fix bug with option spaces-inside-functioncall-parens. (#169) @dpacbach
- [Feature] New format option "line_breaks_after_function_body" (#167) @mrRomeoT
- fix: unexpected linebreak in functioncall (#165) @Koihik
- Add Four New Spacing Options (#163) @dpacbach