Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-17Add .editorconfig (#3001)Michal Strehovský
This was taken from the CoreFX repo verbatim, since we use the same coding style. We can tweak it as appropriate (I'm thinking about upgrading some suggestions to warnings, for example). I already see some issues with it (e.g. insisting that we prefix statics with `s_`, even for threadstatics - where we use `t_`).