2023-02-24 19:38:04 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[{*.c,*.ino,*.h}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.md]
|
2023-06-04 16:12:23 +03:00
|
|
|
indent_size = 2
|
2023-02-24 19:38:04 +03:00
|
|
|
trim_trailing_whitespace = false
|