From 0894348de8170e9819c18da0fe856d5a67520ddf Mon Sep 17 00:00:00 2001 From: MaximAL Date: Sat, 11 Mar 2023 17:52:59 +0300 Subject: [PATCH] Add note about SmartTabs (#14428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it’s worth noticing for those who search for SmartTab-related tool (as I did, for example). --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 58e4ee69647d..745ae88409e5 100644 --- a/docs/options.md +++ b/docs/options.md @@ -51,7 +51,7 @@ Indent lines with tabs instead of spaces. Setting `indent_style` in an [`.editorconfig` file](https://editorconfig.org/) will configure Prettier’s tab usage, unless overridden. -(Tabs will be used for _indentation_ but Prettier uses spaces to _align_ things, such as in ternaries.) +(Tabs will be used for _indentation_ but Prettier uses spaces to _align_ things, such as in ternaries. This behavior is known as [SmartTabs](https://www.emacswiki.org/emacs/SmartTabs).) ## Semicolons