mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
* 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
|
|
|