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:
parent
b9655594c5
commit
7146617411
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue