From 22da7d2e62629295feea23667cc7553d36c6858b Mon Sep 17 00:00:00 2001 From: rgimad <33692565+rgimad@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:47:19 +0300 Subject: [PATCH] upd codestyle --- CODESTYLE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODESTYLE.md b/CODESTYLE.md index d195217..578fbc6 100644 --- a/CODESTYLE.md +++ b/CODESTYLE.md @@ -10,7 +10,8 @@ exactly one space after a comma. Arguments continued in the next line must start position as in the first line. * Prefixes `lock/rep[z|e|nz|ne]` are considered as a logical part of the command, so they start at position 8, then after exactly one space follows the main mnemonic and arguments. -* All code and text files should be in UTF-8 without BOM. +* All code and text files should be in UTF-8 without BOM. +* Naming and comments in English ### Recommended * Variables should have either a clear name or a comment.