Skip to content

0.1.31

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 15:19

[0.1.31] - 2024-09-10

Breaking

  • Old behavior: tab_spaces represented the # of hard-tabs per indentation level.
  • New behavior: When using tabs for indentation, tab_spaces represents the visual width of a hard-tab (you can configure the display size of a hard-tab in your code editor), but one level of indentation will always result as a single \t character in your source code. The max_width configuration takes the tab_spaces configuration into account when calculating how much remaining space is left.

Bug Fixes

  • [breaking] Use view! indentation settings when formatting syn expression (#141)
  • Use 'tab_spaces' for size of hard tabs instead of hardcoded 4 (#143)
  • Duplicated comments in consecutive macros (#144)

Documentation

  • Improve using with RA section
  • Add link to emacs LSP mode config option

Features

  • Add exclude patterns support (#133)
  • Recursively search parent directories for leptosfmt.toml (#135)