From 9ca8c15646005d2eb4ce4b795741594e6e4a0d47 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Mon, 8 Oct 2018 10:09:41 -0500 Subject: [PATCH] Fix incorrect indentation --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb59912b5..42129b329 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,9 +33,9 @@ If your pull request breaks any test, it has no hope of being merged. Start reading our code and you'll get the hang of it. We optimize for readability: - * We indent using 4 spaces (soft tabs) - * We value simplicity. The code should be easy to read and avoid magic - * We use default visual studio code formatting standard - * This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible. +* We indent using 4 spaces (soft tabs) +* We value simplicity. The code should be easy to read and avoid magic +* We use default visual studio code formatting standard +* This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible. Thanks.