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

Clarify source of indentation in docs #903

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

vorburger
Copy link
Contributor

fixes #902

@vorburger
Copy link
Contributor Author

@angelozerr ciao salut

docs/Formatting.md Outdated Show resolved Hide resolved
@@ -1,5 +1,16 @@
## Formatting

### Indentation

The standard `editor.insertSpaces` & `editor.tabSize` [format settings](https://code.visualstudio.com/docs/editor/codebasics#_indentation) are used for [Spaces vs Tabs](https://www.youtube.com/watch?v=SsoOG6ZeyUI), and how many. To indent XML differently than e.g. Java, configure language specific settings, by adding this to your `settings.json`:
Copy link
Member

Choose a reason for hiding this comment

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

I think we can merge this soon. The only issue would be with the YouTube link. Not to be a pain but I don't think we should be linking to content hosted by a 3rd party on YouTube owned by another network.

@fbricon , thoughts ? Is there some other tabs vs. spaces link that's .. funny ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah, as much as I love Silicon Valley, we can do without the youtube link.

@rgrunber rgrunber added this to the 0.27.0 milestone Nov 14, 2023
- Fixes redhat-developer#902

Signed-off-by: Michael Vorburger ⛑️ <[email protected]>
@rgrunber rgrunber merged commit 311ae95 into redhat-developer:main Nov 14, 2023
1 check passed
@rgrunber rgrunber removed this from the 0.27.0 milestone Nov 14, 2023
@rgrunber rgrunber changed the title Clarify source of indentation in docs (fixes #902) Clarify source of indentation in docs Nov 14, 2023
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.

Indent by 4 instead of 2 spaces
3 participants