mirror of
https://github.com/dzeiocom/libs.git
synced 2025-08-10 13:31:58 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user