standardise file encoding

This commit is contained in:
Jesse Plamondon-Willard 2017-07-08 12:31:22 -04:00
parent d426d72498
commit d74463092d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.json]
indent_size = 2