forked from BigfootDev/flatbuffers
* added config files for popular formatting tools * edited and moved formatting files to root per review suggestion
8 lines
110 B
INI
8 lines
110 B
INI
root = true
|
|
[*.{cpp,cc,h}]
|
|
end_of_line = LF
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|