about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-09 23:41:30 +0100
committerRory& <root@rory.gay>2025-12-09 23:41:30 +0100
commit74fa4463dfb4b0508a36d83a9e77c83e379aab2d (patch)
treefd1f10d04290d9d91ffb482ebffd7e64b952ca35
parentRoom directory listing filter support (diff)
downloadLibMatrix-74fa4463dfb4b0508a36d83a9e77c83e379aab2d.tar.xz
Update contributing docs HEAD master
-rw-r--r--CONTRIBUTING.MD2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD

index 50c5a4d..c660c6c 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD
@@ -4,7 +4,7 @@ Any contribution is welcome, even if it's just documentation or recommended git - Use spaces, not tabs - Use 4 spaces for indentation - Use the C# naming convention for variables, methods, etc. -- Wrap lines at 160 characters, though this value can be changed if it's too lean or strict +- Wrap lines at 180 characters, though this value can be changed if it's too lean or strict - Use the `#region` and `#endregion` directives to group code if you're adding utility functions ```sh