mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Whitespace
If someone can tell me how I can tell QtCreator to actually use tabs, not spaces, I would be most grateful (yes, I have set Tab Policy to Tabs Only in Prefs)
This commit is contained in:
parent
5eb9ece39e
commit
e903d0158e
@ -65,7 +65,7 @@ void InsetIndex::latex(otexstream & os, OutputParams const & runparams_in) const
|
|||||||
if (buffer().masterBuffer()->params().use_indices && !params_.index.empty()
|
if (buffer().masterBuffer()->params().use_indices && !params_.index.empty()
|
||||||
&& params_.index != "idx") {
|
&& params_.index != "idx") {
|
||||||
os << "\\sindex[";
|
os << "\\sindex[";
|
||||||
os << escape(params_.index);
|
os << escape(params_.index);
|
||||||
os << "]{";
|
os << "]{";
|
||||||
} else {
|
} else {
|
||||||
os << "\\index";
|
os << "\\index";
|
||||||
|
Loading…
Reference in New Issue
Block a user