- add editor config and clang config
This commit is contained in:
ZanzyTHEbar 2022-12-26 23:12:15 +00:00
parent faf9a5b347
commit c3b7dd1686
3 changed files with 19 additions and 1 deletions

5
ESP/.clang-format Normal file
View File

@ -0,0 +1,5 @@
---
language: Cpp
BasedOnStyle: Google
IndentWidth: 4
---

13
ESP/.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = crlf
insert_final_newline = true
# Tab indentation (no size specified)
[Makefile]
indent_style = space

View File

@ -1 +1 @@
v1.0.0
v1.0.2