Archived
1
Fork 0

Update .clang-format, add .editorconfig

This commit is contained in:
Joshua Goins 2022-08-15 10:54:14 -04:00
parent f453669439
commit e296b517e7

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
max_line_length = 120