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] Update workspace file to better respect local style #415

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

joshuaseaton
Copy link
Contributor

This change updates lk.code-workspace to specify

  • editor.detectIndentation as false, as otherwise that overrides the desired editor.tabSize setting.
  • editor.insertSpaces as true, since spaces are preferred over tabs.
  • editor.formatOnSave as false for C and C++ files, as - in the absence of a .clang-format file - the clangd extension is likely to default to choices that don't respect the local style.

This change updates lk.code-workspace to specify
* editor.detectIndentation as false, as otherwise that overrides
  the desired editor.tabSize setting.
* editor.insertSpaces as true, since spaces are preferred over tabs.
* editor.formatOnSave as false for C and C++ files, as - in the absence
  of a .clang-format file - the clangd extension is likely to default to
  choices that don't respect the local style.
@travisg travisg merged commit 410eaac into littlekernel:master Aug 8, 2024
193 checks passed
@travisg
Copy link
Member

travisg commented Aug 8, 2024

thanks!

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.

None yet

2 participants