Skip to content

Commit

Permalink
Don't use tabs when indenting in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 25, 2023
1 parent b965559 commit 7146617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
Bundle-Version: 1.5.100.qualifier
Bundle-Version: 1.5.200.qualifier
Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
Expand Down
6 changes: 3 additions & 3 deletions cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CompileFlags:
# When using clangd update this entry to point at the desired
# configuration directory to pick up the compile_commands.json
CompilationDatabase: build/default
# When using clangd update this entry to point at the desired
# configuration directory to pick up the compile_commands.json
CompilationDatabase: build/default

0 comments on commit 7146617

Please sign in to comment.