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

feat: create .editorconfig #84

Merged
merged 1 commit into from
Nov 8, 2023
Merged

feat: create .editorconfig #84

merged 1 commit into from
Nov 8, 2023

Conversation

ashifolfi
Copy link
Collaborator

Create an EditorConfig file to instruct editors that support VS C++ properties (Visual Studio/Visual Studio Code) how C++ code should be formatted.

Most editors should also respect the 4 wide tab indentation and new line at end of file.

Copy link
Owner

@craftablescience craftablescience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not totally sure what these do but after reading the docs I have a few suggestions, but again since I'm not totally sure what they do they might be wrong

.editorconfig Outdated Show resolved Hide resolved
.editorconfig Outdated Show resolved Hide resolved
.editorconfig Outdated Show resolved Hide resolved
Create an EditorConfig file to instruct editors that support VS C++ properties (Visual Studio/Visual Studio Code) how C++ code should be formatted.

Most editors should also respect the 4 wide tab indentation and new line at end of file.
@craftablescience craftablescience merged commit ebb3068 into main Nov 8, 2023
10 of 12 checks passed
@craftablescience craftablescience deleted the feat/editorconfig branch November 8, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants