diff options
author | pommicket <pommicket@gmail.com> | 2023-10-19 09:47:57 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-19 09:47:57 -0400 |
commit | 30f37caf7d9facf7698d01ef77d7da93e7316103 (patch) | |
tree | ac49bf6d922766a3613651dec9783099c87930bc /main.c | |
parent | 0dc4d4db3a91faa799187fd321fcae82b12f9b66 (diff) |
basic editorconfig implementation
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |