summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index c9348b8..78b3373 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,7 @@
/*
TODO:
- switch back to starting file after rename
-- .editorconfig? see https://editorconfig.org/
+- .editorconfig (see https://editorconfig.org/)
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- custom file/build command associations
@@ -16,6 +16,7 @@ FUTURE FEATURES:
- manual directory
- restart LSP server automatically?
- LSP request timeout
+- reflow command
*/
#include "ted-internal.h"