Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | root = true |
2 | # Don't set line endings to avoid conflict with core.autocrlf flag. | ||||
3 | # Line endings on checkout/checkin are controlled by .gitattributes file. | ||||
4 | [*] | ||||
5 | indent_style = space | ||||
6 | indent_size = 2 | ||||
7 | insert_final_newline = true |