summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18Unify line ending rules in '.editorconfig' and '.gitattributes' (#5231)Vladimir Glavnyy1-3/+3
* Unify line ending rules in '.editorconfig' and '.gitattributes' * Revert '.gitattributes' - fix invalid comments in the check-source.py
2018-10-22CI check generate code (#4998)Frank Benkstein1-1/+1
* call reflection code generation from tests This simplifies instructions to contributors so they don't forget to update reflection code. * add error handling to generate_code scripts Let them propagate their errors instead of swallowing them so they show up when called in CI. * apply editorconfig to shell scripts * use ordered map in dart codegen Using an unordered map in the codegen can lead to spurious diffs in the generated dart code. * add CI check for generate_code being run * update reflection_generated.h * disable diff-check for monster_test.bfbs Work around #5008.
2017-12-21added config files for popular formatting tools (#4554)Yuri Finkelstein1-0/+7
* added config files for popular formatting tools * edited and moved formatting files to root per review suggestion