blob: ac29adef0361c66b058a66a44ec2a0fd0b1a2207 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001root = true
2
3[*]
4indent_style = tab
5indent_size = 4
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10max_line_length = 120
11
12[CHANGELOG.md]
13indent_style = space
14indent_size = 2
15
16[*.json]
17max_line_length = off
18
19[Makefile]
20max_line_length = off