Home
last modified time | relevance | path

Searched refs:InsertTrailingCommas (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/
H A D.clang-format65 InsertTrailingCommas: Wrapped
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h858 TrailingCommaStyle InsertTrailingCommas; member
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp964 Style.InsertTrailingCommas = FormatStyle::TCS_Wrapped; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp813 IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas); in mapping()
1274 LLVMStyle.InsertTrailingCommas = FormatStyle::TCS_None; in getLLVMStyle()
1777 if (Style->InsertTrailingCommas != FormatStyle::TCS_None && in parseConfiguration()
3311 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) { in reformat()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3002 **InsertTrailingCommas** (``TrailingCommaStyle``) :versionbadge:`clang-format 11`
3007 ``InsertTrailingCommas`` cannot be used together with ``BinPackArguments``