Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of EditorConfig #96

Open
Heziode opened this issue Jan 23, 2020 · 1 comment
Open

Add support of EditorConfig #96

Heziode opened this issue Jan 23, 2020 · 1 comment
Assignees

Comments

@Heziode
Copy link

Heziode commented Jan 23, 2020

Context

EditorConfig is a "standard" used on a lot of IDEs/text editor and adopted (at least) by a widely range of open-source project.

It can be useful to add a support of EditConfig on GNAT Studio.

What is EditorConfig?

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
source

@setton
Copy link
Member

setton commented Jan 23, 2020

Hello @Heziode - yes I agree, it would be quite nice. Actually it shouldn't be very hard to do - perhaps something based on the auto_load.py plugin, which would simply read the config file and set the corresponding GNAT Studio preferences accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants