Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Configuration file #27

Open
arthurbacci opened this issue Mar 28, 2021 · 5 comments
Open

Configuration file #27

arthurbacci opened this issue Mar 28, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@arthurbacci
Copy link
Owner

Add a configuration file interpreter for basic configuration.

@arthurbacci arthurbacci added the enhancement New feature or request label Mar 28, 2021
@bynect
Copy link
Contributor

bynect commented Mar 30, 2021

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

@arthurbacci
Copy link
Owner Author

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

@arthurbacci
Copy link
Owner Author

I will implement it ;)

@bynect
Copy link
Contributor

bynect commented Mar 30, 2021

I will implement it ;)

What do you think about supporting an universal configuration file like editorconfig? (Not necessarily the only one)

@arthurbacci
Copy link
Owner Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants