-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor settings for PlantUML #19
Comments
The Open the command palette (Cmd+Shift+P on OS X) and type in From there, you can set the tab length. As for file extension configuration: The options not nested under
|
@nirix Thanks. Doing that, opened a file called tabLength: 2
puml:
tabLength: 2
pu:
tabLength: 2 But when pressing tab in a |
Atom is most likely set to use tabs, try this;
|
@nirix That didn't help. Do I need to restart Atom for the changes to be applied? |
@nirix I fixed it by reducing the config to: tabLength: 2 Seems like the |
The
|
@nirix Yes, that's correct! :) |
I'd like to configure
tabLength: 2
for language-plantuml, but don't really understand how to configure it. I've tried to create the fileplantUml.cson
with the following contents:But it doesn't seem to work. The tab length used is still
4
when I press tab. Do I need to restart Atom for the changes to be applied? This might be related to #16, because I don't really understand the difference between grammar and file extension. Which of those should the config file be named after and which should be used within the config file? I'm confused. 😕The text was updated successfully, but these errors were encountered: