mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 00:26:10 +00:00
Unify line ending rules in '.editorconfig' and '.gitattributes' (#5231)
* Unify line ending rules in '.editorconfig' and '.gitattributes' * Revert '.gitattributes' - fix invalid comments in the check-source.py
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
fd51fadaac
commit
f93d0f6ac1
@@ -1,7 +1,7 @@
|
||||
root = true
|
||||
[*.{cpp,cc,h,sh}]
|
||||
end_of_line = LF
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user