mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
* Unify line ending rules in '.editorconfig' and '.gitattributes' * Revert '.gitattributes' - fix invalid comments in the check-source.py
8 lines
223 B
INI
8 lines
223 B
INI
root = true
|
|
# Don't set line endings to avoid conflict with core.autocrlf flag.
|
|
# Line endings on checkout/checkin are controlled by .gitattributes file.
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|