Skip to content

Commit 3211441

Browse files
committed
HACKING: use markdown formatting
1 parent aca63fe commit 3211441

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

HACKING renamed to HACKING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
[Smuxi Hacking HowTo](https://smuxi.im/documentation/hacking/)
2-
[Git Commit Message Style](http://chris.beams.io/posts/git-commit/)
1+
Hacking HowTo
2+
=============
3+
4+
https://smuxi.im/documentation/hacking/
5+
6+
Git Commit Message Style
7+
==========================
8+
9+
http://chris.beams.io/posts/git-commit/
310

411
Coding Style
512
============
613

14+
```cs
715
using System;
816
using System.IO;
917
using ThirdPartyNamespaces;

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif
3939
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
4040

4141
EXTRA_DIST = install-sh \
42-
HACKING \
42+
HACKING.md \
4343
LICENSE \
4444
README.md
4545

debian/docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
HACKING
1+
HACKING.md
22
README.md

0 commit comments

Comments
 (0)