Increase back-end code style column limit from 80 to 100.

This commit is contained in:
inference 2022-12-05 13:52:10 +00:00
parent dcbd2e88d9
commit 8fc5a336d6
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -7,25 +7,22 @@
<br> <br>
<p>Exceptions:<br> <p>Exceptions:<br>
<ol> <ol>
<li>All content outside of code, including personal content<br> <li>All content outside of code, including personal content such as blog posts, is copyrighted<br>
such as blog posts, is copyrighted and cannot be distributed or modified<br> and cannot be distributed or modified without explicit consent from Inferencium.</li></p>
without explicit consent from Inferencium.</li></p>
</ol> </ol>
<br> <br>
<br> <br>
<h2>Security</h2> <h2>Security</h2>
<p>All files are checked for security issues; however, it is always the<br> <p>All files are checked for security issues; however, it is always the user's responsibility to<br>
user's responsibility to audit the code before installing and/or executing<br> audit the code before installing and/or executing it.<br>
it.<br>
<br> <br>
The maintainers take no responsibility for any security issues which<br> The maintainers take no responsibility for any security issues which may arise due to usage of<br>
may arise due to usage of this repository.</p> this repository.</p>
<br> <br>
<br> <br>
<h2>Branches</h2> <h2>Branches</h2>
<h3>dev</h3> <h3>dev</h3>
<p>Development branch. All pre-alpha development and alpha testing happens<br/> <p>Development branch. All pre-alpha development and alpha testing happens here.<br>
here.<br/>
<br> <br>
<h3>beta</h3> <h3>beta</h3>
<p>Beta branch. All beta testing happens here.</p> <p>Beta branch. All beta testing happens here.</p>