Skip to content

Commit

Permalink
(chore) EditorConfig setup
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Oct 14, 2014
1 parent 894d684 commit ed7ae2d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4

[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
.gitattributes
.gitignore
.npmignore
.editorconfig
node_modules
test
gulpfile.js
typography.css.less
typography.css.less
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ To test using Karma:

```shell
gulp test
```
```

## Contributing

### Code Style

This repository is configured with [EditorConfig](http://editorconfig.org) rules and contributions should make use of them. See the valence-ui [Code Style wiki page](https://github.com/Desire2Learn-Valence/valence-ui-helpers/wiki/Code-Style) for details.

0 comments on commit ed7ae2d

Please sign in to comment.