Commit Graph

4 Commits

Author SHA1 Message Date
Eli Schwartz 173a40be33
editorconfig settings: attempt to guarantee the final end-of-line char 2021-09-20 17:54:19 -04:00
Eli Schwartz 59d4f771d2
editorconfig: add setting to trim trailing whitespace
and clean up all outstanding issues

Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
2021-08-15 09:36:18 -04:00
Dylan Baker e0c9259e79 Add a json schema for the test.json used in tests
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.
2020-04-17 10:49:09 -07:00
Patrick Griffis 07a53eeebb Add editorconfig file
This is supported by many editors and an easy
way to ensure consistent indentation.
2016-10-19 00:52:49 +03:00