Skip to content

Commit

Permalink
Remove ST2 specific info
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierluigi Cau committed Jan 21, 2016
1 parent 042544b commit 104b98c
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions CONTRIBUTING.md
Expand Up @@ -51,29 +51,8 @@ If you want to add a new npm package to 'node_modules':
npm shrinkwrap --dev

#### Editor Configuration

There is an ```.editorconfig```-file to apply editor settings on various editors.

##### Sublime Text specific configuration

1. Add the following to your Sublime Text User Settings:

```json
{
...
"rulers": [80], // lines no longer than 80 chars
"tab_size": 2, // use two spaces for indentation
"translate_tabs_to_spaces": true, // use spaces for indentation
"ensure_newline_at_eof_on_save": true, // add newline on save
"trim_trailing_white_space_on_save": true, // trim trailing white space on save
"default_line_ending": "unix"
}
```

2. Add Sublime-linter with eslint:

1. Installing SublimeLinter is straightforward using Sublime Package Manager, see [instructions](http://sublimelinter.readthedocs.org/en/latest/installation.html#installing-via-pc)
2. Follow the instructions for [SublimeLinter-eslint](https://github.com/roadhump/SublimeLinter-eslint)
There is an [.editorconfig](https://github.com/mesosphere/marathon-ui/blob/master/.editorconfig)
file to apply editor settings on various editors.

#### Coding Guidelines
Follow our [Coding Guidelines](https://github.com/mesosphere/marathon-ui/blob/master/coding-guidelines.md)
Expand Down

0 comments on commit 104b98c

Please sign in to comment.