mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit bfe77052e6053c3eca87c4aeec2a333f17d3b393
parent 655c49fbdb2f9762ecd1997509670a1257292310
Author: Mark <2429165+markseuffert@users.noreply.github.com>
Date:   Tue, 16 Dec 2025 00:36:27 +0100

Updated style guide, marzipan edition
Diffstat:
MSTYLEGUIDE.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md @@ -23,7 +23,7 @@ You should use the following guidelines for your code: You should use the following guidelines for your documentation: -* Use Markdown for text formatting, consistent indentation with 4 spaces, no tabs. +* Use Markdown for text formatting, no tabs for identation. * Titles may contain a version number, e.g. `API for developers`, `Core 0.9.1`. * Descriptions should be one line max, e.g. `Core functionality of your website`. * Help files should use a `[toc]` shortcut to make a table of contents. @@ -56,7 +56,7 @@ You should use the following guidelines for your extension: * Extension names should be a singular word, no spaces, e.g. `Core`, `Edit`, `Fika`. * Version numbers should begin with the release number, e.g. `0.9.1`, `0.9.2`, `0.9.3`. -* Descriptions should be one line, e.g. `Core functionality of your website`. +* Descriptions should be one line max, e.g. `Core functionality of your website`. * File names should use use kebab-case, the extension name is used as prefix, e.g. `fika.php`, `fika.css`, `fika.js`, `fika-library.min.js`, `fika-stack.svg`. * Repository names should use kebap-case, e.g. `yellow-core`, `yellow-edit`, `yellow-fika`.