From e208bdb915683c74ed5bba220b5c73f09fa38786 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 3 Mar 2016 10:21:15 -0600 Subject: [PATCH] Update CONTRIBUTING to specify tabs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a09b714d30..d7418e6177 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ Remember each ticket should be focused on a single item of interest since the ti # Mind the whitespace 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. Eliminate all trailing whitespace 1. Aim to wrap code at 120 characters, but favor readability over wrapping