From b9512f1bc9aaa7612d5ce8cf539dc5ac5f704bf5 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 15 Jul 2023 04:05:50 +0100 Subject: [PATCH] Refactor code to conform with coding style Commit a8ba04ee41df9601ff3a7d1efd14581d843d749e allowed 120-column line length, which is allowed only for indented lines. This commit corrects this to 100-column line length for unindented lines. --- readme.adoc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/readme.adoc b/readme.adoc index 81d2ef9..8688cd4 100644 --- a/readme.adoc +++ b/readme.adoc @@ -28,25 +28,26 @@ Feature-complete modifications of this branch are merged to beta branch for beta === https://git.inferencium.net/Inferencium/doc/src/branch/beta/[beta] Feature-complete beta testing of merged code from development branches occurs in this branch. + -Merges from development branches to this branch are squashed, and the updated versions of the individual files are -mentioned in the commit messages. +Merges from development branches to this branch are squashed, and the updated versions of the +individual files are mentioned in the commit messages. === https://git.inferencium.net/Inferencium/doc/src/branch/stable/[stable] Feature-complete and tested versions from beta branch are stored in this branch. + -Merges from beta branch to this branch are squashed, and the updated versions of the individual files are mentioned in -the commit messages. + +Merges from beta branch to this branch are squashed, and the updated versions of the individual +files are mentioned in the commit messages. + This branch contains code used in production. == Security -All files are checked for security issues; however, it is always the user's responsibility to audit the code before -installing and/or executing it. Inferencium takes no responsibility for any security issues which may arise due to usage -of this repository. +All files are checked for security issues; however, it is always the user's responsibility to audit +the code before installing and/or executing it. Inferencium takes no responsibility for any security +issues which may arise due to usage of this repository. == Licensing -All content is licensed under https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International] +All content is licensed under +https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International] license.