Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-20 | editorconfig settings: attempt to guarantee the final end-of-line char | Eli Schwartz | 1 | -0/+1 | |
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 1 | -0/+1 | |
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||||
2020-04-17 | Add a json schema for the test.json used in tests | Dylan Baker | 1 | -0/+2 | |
This does a couple of nice things, one is that editors like vscode can be configured to use this schema to provide auto completion and error highlighting if invalid values are added or required values are missing. It also allows us test that the format of the test matrix work in a unit test, which I've added. It does require that the python jsonschema package is installed. | |||||
2016-10-19 | Add editorconfig file | Patrick Griffis | 1 | -0/+25 | |
This is supported by many editors and an easy way to ensure consistent indentation. |