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

VSCode settings #25

Merged
merged 2 commits into from
Apr 1, 2020
Merged

VSCode settings #25

merged 2 commits into from
Apr 1, 2020

Conversation

afoxman
Copy link
Collaborator

@afoxman afoxman commented Apr 1, 2020

Match some of what is in clang-format.

@afoxman afoxman requested review from vmoroz and NikoAri April 1, 2020 21:31
@@ -0,0 +1,16 @@
{
"editor.tabSize": 2,
Copy link
Collaborator

Choose a reason for hiding this comment

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

2 [](start = 20, length = 1)

(nit) isn't that too short?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I prefer 4 spaces, but Vladimir chose 2 space in the clang-format file he just checked in, so that's what I went with. Maybe you can convince him to change it? :)

Copy link
Collaborator

@NikoAri NikoAri left a comment

Choose a reason for hiding this comment

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

:shipit:

@afoxman afoxman merged commit 67126c2 into master Apr 1, 2020
@afoxman afoxman deleted the afoxman/vscode-settings branch April 1, 2020 21:54
@JunielKatarn
Copy link
Collaborator

I see this has been merged.

However, wouldn't it be better to use .editorconfig for formatting instead (see react-native-windows)?
VSCode supports it, and it makes the rules IDE/editor-agnostic.

@afoxman
Copy link
Collaborator Author

afoxman commented Apr 1, 2020

I added #27 to track the editorconfig work. I should be able to do it by tomorrow.

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

Successfully merging this pull request may close these issues.

4 participants