From 30f37caf7d9facf7698d01ef77d7da93e7316103 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 09:47:57 -0400 Subject: basic editorconfig implementation --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index d9f206a..9ee97e8 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,9 @@ /* TODO: - .editorconfig (see https://editorconfig.org/) - - test number range + - handle root = true + - reload configs when .editorconfig is saved +- local .ted.cfg FUTURE FEATURES: - more tests - prepare rename support -- cgit v1.2.3