1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00
libs/.editorconfig
Florian Bouillon d24a550e8a
misc: Update Config deps
Signed-off-by: Avior <github@avior.me>
2022-04-05 12:21:23 +02:00

25 lines
353 B
INI

root = true
[*]
indent_style = tab
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