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:
Vladimir Glavnyy
2019-03-19 02:47:07 +07:00
committed by Wouter van Oortmerssen
parent fd51fadaac
commit f93d0f6ac1
3 changed files with 9 additions and 9 deletions

View File

@@ -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