1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Don't use tabs when indenting in yaml file

This commit is contained in:
Jonah Graham 2023-04-25 13:32:17 -04:00
parent b9655594c5
commit 7146617411
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true 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-Activator: org.eclipse.cdt.cmake.core.internal.Activator
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,

View file

@ -1,4 +1,4 @@
CompileFlags: CompileFlags:
# When using clangd update this entry to point at the desired # When using clangd update this entry to point at the desired
# configuration directory to pick up the compile_commands.json # configuration directory to pick up the compile_commands.json
CompilationDatabase: build/default CompilationDatabase: build/default