feat(C_Template): Add .vscode
template, add test.input (empty) file
This commit is contained in:
parent
83c618f861
commit
76d836691b
17 changed files with 4254 additions and 1 deletions
14
02/.editorconfig
Normal file
14
02/.editorconfig
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue