mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- add editor config and clang config
This commit is contained in:
parent
faf9a5b347
commit
c3b7dd1686
5
ESP/.clang-format
Normal file
5
ESP/.clang-format
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
language: Cpp
|
||||
BasedOnStyle: Google
|
||||
IndentWidth: 4
|
||||
---
|
||||
13
ESP/.editorconfig
Normal file
13
ESP/.editorconfig
Normal 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
|
||||
@ -1 +1 @@
|
||||
v1.0.0
|
||||
v1.0.2
|
||||
Loading…
Reference in New Issue
Block a user