Package com.diffplug.spotless.cpp
Class CppDefaults
java.lang.Object
com.diffplug.spotless.cpp.CppDefaults
Common utilities for C/C++
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Default delimiter expression shall cover most valid and common starts of C/C++ declarations and definitions. -
Method Summary
-
Field Details
-
DELIMITER_EXPR
Default delimiter expression shall cover most valid and common starts of C/C++ declarations and definitions. Furthermore it shall not conflict with terms commonly used within license headers. Note that the longest match is selected. Hence "using namespace foo" is preferred over "namespace foo".
-