Commit Graph

3 Commits

Author SHA1 Message Date
Joshua Seaton
410eaac0c2 [vscode] Update workspace file to better respect 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.
2024-08-08 09:53:29 -07:00
Travis Geiselbrecht
371a03357a [vscode] some recommended extensions 2024-06-16 22:37:10 -07:00
Travis Geiselbrecht
59f97195d4 [vscode] add a new (mostly empty) code workspace and a clang tidy file
The clang tidy file is mostly a copy of the fuchsia one, with a few
tweaks here and there.
2024-06-01 17:45:48 -07:00