Skip to content

Instantly share code, notes, and snippets.

@mapleobserver
mapleobserver / RimeJikeYellow-squirrel.custom.yaml
Last active January 26, 2023 16:07
Rime即刻黄配色方案
### Rime即刻黄配色方案效果图:https://i.loli.net/2019/03/15/5c8b1d541d9b2.png
patch:
style:
color_scheme: okjike # 主题
preset_color_schemes:
okjike:
name: "即刻黄/JiKeYellow"
author: "MapleO"
horizontal: false # 候选条显示方向,横向true,竖向false
inline_preedit: false # 启用内嵌编码模式,候选条首行不显示拼音为true,显示为false
@flamewing
flamewing / [dot]clang-tidy
Last active April 23, 2023 10:47
A .clang-tidy file with some good default checks
Checks: '-*,bugprone-*,cert-dcl21-cpp,cert-dcl50-cpp,cert-env33-c,cert-err34-c,cert-err52-cpp,cert-err60-cpp,cert-flp30-c,cert-msc50-cpp,cert-msc51-cpp,cppcoreguidelines-*,-cppcoreguidelines-macro-usage,-cppcoreguidelines-pro-type-reinterpret-cast,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-type-vararg,google-build-using-namespace,google-explicit-constructor,google-global-names-in-headers,google-readability-casting,google-runtime-int,google-runtime-operator,hicpp-*,-hicpp-vararg,misc-*,modernize-*,performance-*,readability-*,-readability-named-parameter'
CheckOptions:
- key: bugprone-argument-comment.StrictMode
value: 1
- key: bugprone-exception-escape.FunctionsThatShouldNotThrow
value: WinMain,SDL_main
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 1
FormatStyle: 'file'