templates for self-hosting game jams (or any other kind of jam tbh)
1root = true
2
3[*]
4charset = utf-8
5end_of_line = lf
6insert_final_newline = true
7indent_style = space
8indent_size = 2
9trim_trailing_whitespace = true
10quote_type = single
11
12[*.md]
13trim_trailing_whitespace = false
14
15[*.php]
16indent_size = 4
17
18[*.blade.php]
19indent_size = 2
20
21[resources/views/**.php]
22indent_size = 2
23
24[index.php]
25indent_size = 2