From 1c7cad00ce0e93f17f66cec1526eadd719e901c1 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 13 Aug 2013 23:37:08 +0200 Subject: [PATCH] update : add initial code convention file. Signed-off-by: Kim Kulling --- CodeConventions.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CodeConventions.txt diff --git a/CodeConventions.txt b/CodeConventions.txt new file mode 100644 index 000000000..dcbe17ed6 --- /dev/null +++ b/CodeConventions.txt @@ -0,0 +1,14 @@ + =============================================== + The Asset-Importer-Library Coding conventions + =============================================== + + If you want to participate to the Asset-Importer_Library please have a look + onto these coding conventions and try to follow them. They are more or less + some kind of guide line to help others coming into the code and help all + the Asset-Importer-Library users. + + Tab width + =========== + The tab width shall be 4 spaces. + + \ No newline at end of file