changeset 9:ee0ef058cb94

Add note about UTF-8 / LF
author David Demelier <markand@malikania.fr>
date Fri, 24 Feb 2017 11:44:55 +0100
parents d7cbb9a40f0d
children eaae1fcabca8
files STYLE_CPP.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/STYLE_CPP.md	Fri Feb 17 14:19:16 2017 +0100
+++ b/STYLE_CPP.md	Fri Feb 24 11:44:55 2017 +0100
@@ -5,6 +5,8 @@
 -----
 
   - Always use 4 spaces as indentation,
+  - Use UTF-8 charset,
+  - Use Unix line endings,
   - Do not exceed 120 characters for lines of code,
   - Do not exceed 80 characters for comments,
   - Never write two blank consecutives blank lines,