added config files for popular formatting tools (#4554)
* added config files for popular formatting tools * edited and moved formatting files to root per review suggestion
This commit is contained in:
parent
8518b3fb4e
commit
5d9930aa0d
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
Language: Cpp
|
||||||
|
BasedOnStyle: Google
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Right
|
||||||
|
...
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
root = true
|
||||||
|
[*.{cpp,cc,h}]
|
||||||
|
end_of_line = LF
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in New Issue