maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1root = true
 2
 3[*]
 4end_of_line = lf
 5insert_final_newline = true
 6trim_trailing_whitespace = true
 7
 8[*.{scd,go}]
 9indent_style = tab
10indent_size = 4
11
12[*.yml]
13indent_style = tab
14indent_size = 2