Skip to content

Commit

Permalink
Add note about SmartTabs (#14428)
Browse files Browse the repository at this point in the history
I think it’s worth noticing for those who search for SmartTab-related tool (as I did, for example).
  • Loading branch information
maximal committed Mar 11, 2023
1 parent f1b18f2 commit 0894348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0894348

Please sign in to comment.