Open arthurbacci opened 3 years ago
I have implemented a very rudimentary config file parser, could you please tell me what do you think about it? Should I do pr for this? Branch: https://github.com/bynect/Teditor/tree/config2
I was thinking about a .ini like syntax. Something like this:
[c]
autotab 1
use-spaces 0
tablen 4
[py]
autotab 1
use-spaces 1
tablen 2
I will implement it ;)
I will implement it ;)
What do you think about supporting an universal configuration file like editorconfig? (Not necessarily the only one)
I will implement it ;)
What do you think about supporting an universal configuration file like editorconfig? (Not necessarily the only one)
I think it is a good idea.
Editorconfig support seems to be working on #66. @bynect
Add a configuration file interpreter for basic configuration.