blob: 191871fde4954cf71061d3dba4265ad95b76b7a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
root = true
[*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
max_line_length = 95
[{*.{md,yml},.clang-*}]
indent_style = space
indent_size = 2
[*.md]
max_line_length = 80
|