mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 02:42:13 +00:00
25 lines
353 B
INI
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
|