Update CONTRIBUTING to specify tabs

This commit is contained in:
Rob Winch 2016-03-03 10:21:15 -06:00
parent 65a00751a7
commit e208bdb915
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Remember each ticket should be focused on a single item of interest since the ti
# Mind the whitespace # Mind the whitespace
Please carefully follow the whitespace and formatting conventions already present in the framework. Please carefully follow the whitespace and formatting conventions already present in the framework.
1. Spaces, not tabs 1. Tabs, not spaces
1. Unix (LF), not dos (CRLF) line endings 1. Unix (LF), not dos (CRLF) line endings
1. Eliminate all trailing whitespace 1. Eliminate all trailing whitespace
1. Aim to wrap code at 120 characters, but favor readability over wrapping 1. Aim to wrap code at 120 characters, but favor readability over wrapping