Add Makefile

This commit is contained in:
Oliver Davies 2018-01-31 00:03:41 +00:00
parent 948caec79c
commit 730bfdbfda
2 changed files with 37 additions and 0 deletions

View file

@ -5,3 +5,6 @@ end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
[Makefile]
indent_style = tab