feat(02): init

This commit is contained in:
Jiří Štefka 2023-12-11 04:52:21 +01:00
parent d91bd4e375
commit 84acf0c823
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
13 changed files with 3341 additions and 0 deletions

14
02/.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
# Project files
# Matches multiple files with brace expansion notation
[*.{c,h,cc}]
# Set charset
charset = utf-8
max_line_length = 80
# 2 space indentation
indent_style = space
indent_size = 2