Skip to content
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

Improve IDE configuration #6

Open
4 tasks
jankeromnes opened this issue Sep 13, 2017 · 4 comments
Open
4 tasks

Improve IDE configuration #6

jankeromnes opened this issue Sep 13, 2017 · 4 comments

Comments

@jankeromnes
Copy link
Member

jankeromnes commented Sep 13, 2017

Stolen from: JanitorTechnology/dockerfiles#32 (comment)

We should also add the following user configurations to our Cloud9 workspace type:

  • Code editor font-size: 14 (instead of 12)
  • Default indentation to 2 spaces (instead of 4 spaces)
  • Strip trailing spaces on save by default
  • Maybe move the 80-chars visual indicator to the 100-chars mark?
@nt1m
Copy link
Member

nt1m commented Sep 13, 2017

Strip trailing spaces on save by default

Didn't you mention you were against this ? (I'm not)

@nt1m
Copy link
Member

nt1m commented Sep 13, 2017

Btw, this should probably be in dockerfiles.

@jankeromnes
Copy link
Member Author

Didn't you mention you were against this ? (I'm not)

I'm all for automatically stripping whitespaces everywhere! 😄

@jankeromnes
Copy link
Member Author

@etiennewan would you know where to configure the above values in Cloud9 SDK? To me it seems that they live under /home/user/${project}/.c9/ (maybe project.settings or so), however this isn't convenient for us because ${project} is different for each project image.

Is there any way to tell Cloud9 SDK to use some project settings, that doesn't involve touching the workspace's .c9 folder? (Which doesn't even exist at image creation time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants