[Swift] Renaming protocols (#6469)
[platform/upstream/flatbuffers.git] / .editorconfig
1 root = true
2 # Don't set line endings to avoid conflict with core.autocrlf flag.
3 # Line endings on checkout/checkin are controlled by .gitattributes file.
4 [*]
5 indent_style = space
6 indent_size = 2
7 insert_final_newline = true