bram209 / leptosfmt

A formatter for the leptos view! macro
Apache License 2.0
274 stars 30 forks source link

feat: add indentation style (tabs/spaces) & newline style (LF/CRLF) settings #90

Closed bram209 closed 1 year ago

bram209 commented 1 year ago

adds:

leptosfmt.toml

indentation_style = "Auto" # "Tabs", "Spaces" or "Auto"
newline_style = "Auto" # "Unix", "Windows" or "Auto"
bram209 commented 1 year ago

closes #28