changeset 7:4fcd920b1a02

Add note about bad words
author David Demelier <markand@malikania.fr>
date Fri, 17 Feb 2017 14:16:14 +0100
parents 41dac98beeb2
children d7cbb9a40f0d
files STYLE_CPP.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/STYLE_CPP.md	Thu Feb 09 20:26:15 2017 +0100
+++ b/STYLE_CPP.md	Fri Feb 17 14:16:14 2017 +0100
@@ -8,6 +8,7 @@
   - Do not exceed 120 characters for lines of code,
   - Do not exceed 80 characters for comments,
   - Never write two blank consecutives blank lines,
+  - Do not use bad words.
 
 ### Braces