aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-13 00:14:11 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-08-06 13:00:56 +0530
commit8085b2728d573693f05874de550171e50dbd111a (patch)
treeea844664514855dc240bf8501bb4a0c7d3c05778 /CONTRIBUTING.md
parent56cad31a36c96220d88c96183220797a512ccd62 (diff)
downloadPrismLauncher-8085b2728d573693f05874de550171e50dbd111a.tar.gz
PrismLauncher-8085b2728d573693f05874de550171e50dbd111a.tar.bz2
PrismLauncher-8085b2728d573693f05874de550171e50dbd111a.zip
chore(markdown): MD032 Lists should be surrounded by blank lines
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b5156fa0..4bca126f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,6 +6,7 @@ Try to follow the existing formatting.
If there is no existing formatting, you may use `clang-format` with our included `.clang-format` configuration.
In general, in order of importance:
+
- Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
- Prefer readability over dogma.
- Keep to the existing formatting.