@@ -37,11 +37,9 @@ FCITX_CONFIG_ENUM_NAME_WITH_I18N(CandidateLayoutHint, N_("Not set"),
3737
3838FCITX_CONFIG_ENUM (CandidateSelectionKeys, Number, ABCD, QwertyCenter)
3939
40- enum class ShowAnnotationCondition {
41- Always, SingleCandidate, Never
42- };
40+ enum class ShowAnnotationCondition { Always, SingleCandidate, Never };
4341FCITX_CONFIG_ENUM_NAME_WITH_I18N (ShowAnnotationCondition, N_(" Always" ),
44- N_ (" SingleCandidate" ), N_(" Never" ));
42+ N_ (" SingleCandidate" ), N_(" Never" ));
4543
4644static constexpr const char *CandidateSelectionKeys_Annotations[] = {
4745 " Number (1,2,3,...)" , " ABCD (a,b,c,d,...)" ,
@@ -143,8 +141,8 @@ FCITX_CONFIGURATION(
143141 showAnnotationCondition{this , " Show Annotation when" ,
144142 _ (" Show Annotation when" ),
145143 ShowAnnotationCondition::Always};
146- ExternalOption dictionary{this , " Dictionary " , _ ( " Dictionary " ),
147- " fcitx://config/addon/cskk/dictionary_list " };
148- ) // FCITX_CONFIGURATION
144+ ExternalOption dictionary{
145+ this , " Dictionary " , _ ( " Dictionary " ),
146+ " fcitx://config/addon/cskk/dictionary_list " }; ) // FCITX_CONFIGURATION
149147} // namespace fcitx
150148#endif // FCITX5_CSKK_CSKKCONFIG_H
0 commit comments