feat(EditorConfig): Add .editorconfig files
This commit is contained in:
parent
1f8dce3a86
commit
96477dfba3
12 changed files with 400 additions and 0 deletions
14
01/.editorconfig
Normal file
14
01/.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