From 38eeeda1a4f2e8621cce7ab05539f842a62b3117 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss <ekneuss@gmail.com> Date: Sun, 26 Jul 2015 02:39:44 +0200 Subject: [PATCH] Add initial coding guidelines --- CODING_GUIDELINES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODING_GUIDELINES.md diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md new file mode 100644 index 000000000..c185acf9b --- /dev/null +++ b/CODING_GUIDELINES.md @@ -0,0 +1,14 @@ +Leon Coding Guidelines +====================== + +Here are a few coding guidelines that should be followed when introducing new +code into Leon. Existing code that do not meet these guidelines should eventually +be fixed. + +Development +----------- + + + +Tests +----- -- GitLab