From f756bd7a72d229d268cd0a1cd9a07c7b54db0b0a Mon Sep 17 00:00:00 2001 From: wing328 Date: Tue, 4 Jul 2017 19:09:18 +0800 Subject: [PATCH] add style guide for C++ tizen --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbe94e9063e..970257aba6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,7 @@ Code change should conform to the programming style guide of the respective lang - Bash: https://github.com/bahamas10/bash-style-guide - C#: https://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx - C++: https://google.github.io/styleguide/cppguide.html +- C++ (Tizen): https://wiki.tizen.org/Native_Platform_Coding_Idiom_and_Style_Guide#C.2B.2B_Coding_Style - Clojure: https://github.com/bbatsov/clojure-style-guide - Elixir: https://github.com/christopheradams/elixir_style_guide - Erlang: https://github.com/inaka/erlang_guidelines