Added local tool aptfile to use with apt based development installation. (#772)

This commit is contained in:
Steve Karg
2024-09-21 09:26:34 -05:00
committed by GitHub
parent 3d86873346
commit fe1fd39261
7 changed files with 596 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
insert_final_newline = true
indent_style = tab
indent_size = 4