~sirodoht/mataroa

82597d1f8f0c8c800bd19498a9e4cd40cb9754bc — Theodore Keloglou 3 months ago d408cf1
add coding conventions doc
2 files changed, 4 insertions(+), 0 deletions(-)

M README.md
A docs/coding-conventions.md
M README.md => README.md +1 -0
@@ 28,6 28,7 @@ On how to contribute using email patches see

Also checkout our docs on:

* [Coding Conventions](docs/coding-conventions.md)
* [Git Commit Message Guidelines](docs/commit-messages.md)
* [File Structure Walkthrough](docs/file-structure-walkthrough.md)
* [Dependencies](docs/dependencies.md)

A docs/coding-conventions.md => docs/coding-conventions.md +3 -0
@@ 0,0 1,3 @@
# Coding Conventions

1. All files should end with a new line character.