Replies: 2 comments 5 replies
-
I think if this is implemented it needs to be clear somehow this is a global override. For example, Notepad++ does it this way to set a default: And then allows individual languages to override the default: I'm not suggesting that Notepad++ should be used as the exact way to implement it, but only as an example of how it shows different languages can override it. |
Beta Was this translation helpful? Give feedback.
-
Each language is configured via a lua script and they can specify if the default should be tabs or spaces. E.g: So if nothing is selected it should use whatever is set in the Lua script which it currently does. If the lua script doesn't specify anything then it should not be set. |
Beta Was this translation helpful? Give feedback.
-
At tabs or space the diff company require difference.
Some require tabs, the famous is linux, and use tab is trend.
Also many one like space, because in any environment it will not confusion.
I have add a setUseTabs config in setting.
When the flag is set, all editor support the config.
setUseTabs result:
not setUseTabs result:
the PR is ===> #642
Beta Was this translation helpful? Give feedback.
All reactions