blob: 4c017f8ad214943ae5b33bb361a6c2d89a0a72fa [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001root = true
2
3[*]
4indent_style = tab
5end_of_line = lf
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[*.coffee]
11indent_style = space
12
13[{package.json,*.yml}]
14indent_style = space
15indent_size = 2
16
17[*.md]
18trim_trailing_whitespace = false