adding clang config and lldb files and editor config

This commit is contained in:
2023-10-18 14:44:20 -07:00
parent fe6e3d3236
commit 6809c6f1bf
4 changed files with 78 additions and 21 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# top-most EditorConfig file
root = true
# C source files
[*.{c,h}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# C++ source files
[*.{cpp,hpp}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true