From 2d4c59a9cdf7fe0c21dac9ca4856043caecb7bc3 Mon Sep 17 00:00:00 2001 From: Em Zhan Date: Sun, 3 Sep 2023 12:04:04 -0500 Subject: [PATCH] Improve option description More discoverable and consistent with rest of docs and codebase Co-authored-by: Michael Davis , /// Which line ending to choose for new documents. Defaults to `native`. i.e. `crlf` on Windows, otherwise `lf`. pub default_line_ending: LineEndingConfig, - /// Whether to automatically insert a final newline on write if missing. Defaults to `false`. + /// Whether to automatically insert a trailing line-ending on write if missing. Defaults to `false`. pub insert_final_newline: bool, /// Enables smart tab pub smart_tab: Option,