From 70f5b04206519ede0f1967d4144d9e5a18a96495 Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Tue, 25 Jun 2019 17:27:23 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d91e04e64c..a93141be47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,9 +42,9 @@ outlined on that page and do not file a public issue. ## Coding Style -* 4 spaces for indentation rather than tabs -* 80 character line length -* C++03 for the main Faiss, C++11 for the GPU part +* 4 or 2 spaces for indentation in C++ (no tabs) +* 80 character line length (both for C++ and Python) +* C++ language level: C++11 ## License