1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-10 13:31:58 +00:00

misc: Update Config deps

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-04-05 12:21:23 +02:00
parent 864af5cc5a
commit d24a550e8a
6 changed files with 702 additions and 2100 deletions

View File

@@ -6,10 +6,19 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
end_of_line = lf
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.{yaml|yml}]
indent_style = space
indent_size = 2
[*.{cpp,h,ino}]
indent_style = space
indent_size = 4