Skip to content

Commit

Permalink
Add information about EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Aug 25, 2016
1 parent 9bfaf6a commit b9559fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.yaml]
indent_size = 2

[Vagrantfile]
indent_size = 2
5 changes: 5 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ detailed.
python initialize.py
```

* This project uses [EditorConfig][editorconfig].
[Download][editorconfig-download] a plugin for your editor!

[gitter]: https://gitter.im/anishathalye/gavel
[vagrant]: https://www.vagrantup.com/
[virtualenv]: https://virtualenv.pypa.io/en/stable/
[editorconfig]: http://editorconfig.org/
[editorconfig-download]: http://editorconfig.org/#download

0 comments on commit b9559fb

Please sign in to comment.