astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-06-08 07:24:38 +02:00
parent 32f45490e2
commit 0947a36c4f
3 changed files with 63 additions and 62 deletions

View File

@ -64,6 +64,7 @@ static const CodeEditorStyle defaultStyle({
/* class FG/Weight */ Qt::darkMagenta, QFont::Bold,
/* quote FG/Weight */ Qt::darkGreen, QFont::Normal,
/* comment FG/Weight */ Qt::gray, QFont::Normal,
/* Symbol FG/BG/Weight */ Qt::red, QColor( 220, 220, 255 ), QFont::Normal });
/* Symbol FG/BG/Weight */ Qt::red, QColor(220, 220, 255), QFont::Normal
});
#endif /* CODEEDITORSTYLE_H */