diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:00:32 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:00:32 +0000 |
| commit | eaef169d7563ea5b426c7a51c9afea9177d92b72 (patch) | |
| tree | 1e1b58196efe722a3954bf3002ed4ea62a37af19 /CONTRIBUTING.md | |
| parent | fd9f38ea42b04d23203c1d407d8c6f19d673264b (diff) | |
added reason why i don't self host videos
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6809b8f..7d09d0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Please write your code to be as extensible as reasonably possible. # Code Styling Please follow the following styling guidelines: - Try not to make your lines longer than 80 characters. -- All indentation should be 2 spaces long. +- All indentation should be 1 tab character long. - Comments should only be used to explain your thought process for writing the code you wrote. Don't explain what it does. - Variable/Function names should concisely describe what they are/do. All of which are styled in snake_case. - Version numbers will loosely follow the guidelines of [Semantic Versioning 2.0.0](https://semver.org/) |
