diff options
| author | Emil Velikov <emil.l.velikov@gmail.com> | 2024-09-22 16:02:38 +0100 |
|---|---|---|
| committer | Mario Limonciello <superm1@gmail.com> | 2024-10-10 14:33:32 +0000 |
| commit | a924bda835d1096ecc296e4daaab11eeacc4ea9c (patch) | |
| tree | e2bc194a3ac45aa8ca49fb337a1e89c24c846372 /check_whence.py | |
| parent | 737e6f37c06570bcf4ed3707baccbcd38a6c03c4 (diff) | |
editorconfig: add initial config file
It's a simple format handled by practically every supported platform or program
out there.
Add an initial configuration file, so we reduce the style variation of the files
in-tree.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'check_whence.py')
| -rwxr-xr-x | check_whence.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check_whence.py b/check_whence.py index 64dc1335..afe97a76 100755 --- a/check_whence.py +++ b/check_whence.py @@ -74,6 +74,7 @@ def main(): known_files = set(name for name in whence_list if not name.endswith("/")) | set( [ ".codespell.cfg", + ".editorconfig", ".gitignore", ".gitlab-ci.yml", ".pre-commit-config.yaml", |
