Add Makefile for local testing (#327)

This commit is contained in:
Marco Franssen
2023-05-30 16:19:23 -07:00
committed by GitHub
parent 9fa1ec28a7
commit d333154369
4 changed files with 43 additions and 0 deletions
+5
View File
@@ -8,3 +8,8 @@ indent_size = 2
tab_width = 2
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
indent_size = 4
tab_width = 4