From f761bb46c71614986b11c8196f77be5d3ae4e18b Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Thu, 2 Jul 2015 18:16:29 +0300 Subject: [PATCH] updated contributing.md for indentation instructions --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 107a90f..a781884 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,4 +40,9 @@ FactCheck.jl is used to write test for the JuliaFEM.jl package JuliaFEM.jl is using Logging.jl ------------------------------- -[See issue #25](https://github.com/JuliaFEM/JuliaFEM.jl/issues/25). We have written a test to check all sources in src folder to find any print statements. Use Logging.jl instead of println(). +[See issue #25](https://github.com/JuliaFEM/JuliaFEM.jl/issues/25). We have written a test to check all sources in src folder to find any print statements. Use Logging.jl instead of println(). + +Code indentation +---------------- +We use 4 spaces like in Python. [See issue #5](https://github.com/JuliaFEM/JuliaFEM.jl/issues/5) +