mirror of
https://github.com/Noratrieb/nilstrieb-c-style-guide-edition-2.git
synced 2026-01-14 15:25:10 +01:00
initial commit
This commit is contained in:
commit
296254f132
4 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
book
|
||||||
6
book.toml
Normal file
6
book.toml
Normal 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
3
src/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
- [Formatting](./formatting.md)
|
||||||
1
src/formatting.md
Normal file
1
src/formatting.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Formatting
|
||||||
Loading…
Add table
Add a link
Reference in a new issue