diff mcabber/CodingStyle.txt @ 2337:ffd0e57e9563

Defined types shall end with "_t"
author franky
date Sun, 12 May 2019 11:32:30 +0200
parents 189ffdd944b4
children
line wrap: on
line diff
--- a/mcabber/CodingStyle.txt	Sun May 12 10:10:12 2019 +0200
+++ b/mcabber/CodingStyle.txt	Sun May 12 11:32:30 2019 +0200
@@ -8,6 +8,7 @@
 - Avoid lines longer than 80 characters;
 - Indentation is 2 spaces (ok, maybe it isn't a good idea but it's the
   current style);
+- Defined types shall end with _t
 - Put a space after non-functions statements (e.g. if, while...)
 - Put the opening brace last on the same line, and put the closing brace first
   except for functions, where the opening brace should be alone on a new line.