~toastal/klossi

~toastal/klossi/.editorconfig
 ..
0 # http://editorconfig.org/
1
2 root = true
3
4 [*]
5 charset = utf-8
6 end_of_line = lf
7 insert_final_newline = true
8 indent_style = tab
9 trim_trailing_whitespace = true
10
11 [*.nix]
12 indent_style = space
13 indent_size = 3