diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -231,3 +231,8 @@ Config = .cfg Javascript = .js Java = .java Go = .go + + +# You can add language-specific settings like this: +# [HTML.core] +# tab-width = 2 |