From 05846b9cb8cd4464a5294fef3d1c5901f3a5c3aa Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Thu, 13 Jun 2024 20:02:06 +0200 Subject: [PATCH] fix guidelines --- src/02_product-documentation/quality-measures/guidelines.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/02_product-documentation/quality-measures/guidelines.tex b/src/02_product-documentation/quality-measures/guidelines.tex index 457c8bb..0d74bdf 100644 --- a/src/02_product-documentation/quality-measures/guidelines.tex +++ b/src/02_product-documentation/quality-measures/guidelines.tex @@ -11,7 +11,6 @@ \begin{itemize} \item Each sentence must be on a new line. - \item Each line must be 158 columns or less, excluded is text in itemize, enumerate, lstlistings, command definitions and environment definitions. \item The content belonging to the title must be one intendation more than the title itself. \item For intendation, spaces are used, not tabs. \item One intendation is 4 spaces. @@ -31,14 +30,14 @@ \paragraph{ESLint} The de-facto standart Linter for JavaScript code is ESLint. - It is already used in SmartEating project. + It is already used in Smart Eating project. \subsubsection{C\#} The C\# code must comply with the \href{https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions}{common C\# code conventions}. However, if there are deviations in the already used coding guidelines, they will be documented here. - \paragraph{Resharper} + \paragraph{ReSharper} ReSharper is a well-known productivity extension, integrated into JetBrains Rider. It provides various features like quick fixes and code refactoring following defined coding conventions. -- GitLab