1
0
forked from extern/nix-config

Always trim trailing whitespace

This commit is contained in:
Donovan Glover 2018-01-20 23:49:22 -05:00
parent d36ba9ad02
commit 5285c1cc79
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -5,8 +5,11 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.cr]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true