Repo Update

This commit is contained in:
nearbyplayer
2018-08-10 00:50:29 -04:00
parent 5fc29b168d
commit e46daa6734
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
root = true root = true
[*] [*]
indent_size = 2 indent_size = 4
indent_style = space indent_style = tab
end_of_line = lf end_of_line = crlf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
View File