Searched refs:fallbackStyle (Results 1 – 1 of 1) sorted by relevance
36 private string fallbackStyle = "LLVM"; field in LLVM.ClangFormat.OptionPageGrid153 get { return fallbackStyle; }154 set { fallbackStyle = value; }252 string fallbackStyle = GetFallbackStyle().Replace("\"", "\\\""); in RunClangFormat()257 " -fallback-style \"" + fallbackStyle + "\""; in RunClangFormat()