From e976d321611cf3e2d3d5794d502373a5de03be25 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 7 Sep 2016 21:07:13 +0200 Subject: C-STYLE: hex digits --- C-STYLE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'C-STYLE.md') diff --git a/C-STYLE.md b/C-STYLE.md index 9a5f298..05dd732 100644 --- a/C-STYLE.md +++ b/C-STYLE.md @@ -104,6 +104,8 @@ but merely how to format it. * Declare functions `static` when they are only used in this translation unit. +* Use lowercase hexadecimal digits. + ## Idioms: * Using the return value of `=` is ok. -- cgit 1.4.1