feat(C_Template): Add .vscode template, add test.input (empty) file

This commit is contained in:
Jiří Štefka 2024-12-03 14:29:33 +01:00
parent 83c618f861
commit 76d836691b
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
17 changed files with 4254 additions and 1 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