From 714661741119c86b3be036c05b477823d0732703 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 25 Apr 2023 13:32:17 -0400 Subject: [PATCH] Don't use tabs when indenting in yaml file --- cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF | 2 +- cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF index f6cbeeafbb3..6e220bd66d7 100644 --- a/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF +++ b/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF @@ -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, diff --git a/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd b/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd index 63d78d29f88..a63edd3c33b 100644 --- a/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd +++ b/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd @@ -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