From 8dcc572ff572cae2ffe1ec847d9c6b3599eddc96 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 2 Jun 2020 23:23:08 +0200 Subject: [PATCH] Added new style thing --- STYLE.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/STYLE.MD b/STYLE.MD index 2a88e6e..bceaacd 100644 --- a/STYLE.MD +++ b/STYLE.MD @@ -45,6 +45,10 @@ if(fd == -1) } ~~~ +## Do not include .c files + +Just don't. + ## Comments Do not use C++ style comments. Comments at beggining of the line @@ -79,3 +83,4 @@ anonymous. Set whatever you want to git name and git email. If you don't want to be anonymous, you should sign your commits using gpg. See [this]https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/() +