Fix inconsistent indentation
VIM has a stupid default configuration for this file.
This commit is contained in:
parent
4d8165d790
commit
577f8c0d92
|
@ -1,5 +1,5 @@
|
||||||
option('libraw', type : 'feature', value : 'auto',
|
option('libraw', type : 'feature', value : 'auto',
|
||||||
description : 'Build with raw photo support, requires LibRaw')
|
description : 'Build with raw photo support, requires LibRaw')
|
||||||
option('librsvg', type : 'feature', value : 'auto',
|
option('librsvg', type : 'feature', value : 'auto',
|
||||||
description : 'Build with SVG support, requires librsvg')
|
description : 'Build with SVG support, requires librsvg')
|
||||||
option('xcursor', type : 'feature', value : 'auto',
|
option('xcursor', type : 'feature', value : 'auto',
|
||||||
|
|
Loading…
Reference in New Issue