cq

Distributed social media platform
git clone git://git.finwo.net/app/cq
Log | Files | Refs

commit ac68a927ecb3670a79b6a680d910fb69a2bfa2ff
Author: finwo <finwo@pm.me>
Date:   Sat, 13 Sep 2025 15:39:42 +0200

Project init

Diffstat:
A.editorconfig | 13+++++++++++++
A.github/FUNDING.yml | 3+++
A.gitignore | 1+
ACODE_OF_CONDUCT.md | 6++++++
4 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,13 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true + +[Makefile*] +indent_style = tab diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# f4d2ed80-57b6-46e6-b245-5049428a931d +github: finwo +liberapay: finwo diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -0,0 +1,6 @@ +<!-- 46b43825-f791-485e-9445-415ee7bbbf2d --> +# Contributor Code of Conduct + +This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters. + +For more information please visit the [No Code of Conduct](https://github.com/domgetter/NCoC) homepage.