initial commit

This commit is contained in:
nora 2022-07-27 21:37:52 +02:00
commit 296254f132
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

6
book.toml Normal file
View file

@ -0,0 +1,6 @@
[book]
authors = ["Nilstrieb"]
language = "en"
multilingual = false
src = "src"
title = "Nilstrieb C Coding Style Edition 2"

3
src/SUMMARY.md Normal file
View file

@ -0,0 +1,3 @@
# Summary
- [Formatting](./formatting.md)

1
src/formatting.md Normal file
View file

@ -0,0 +1 @@
# Formatting