Lines Matching refs:style
36 Can be used with -style option.
56 -style=<string> - Coding style, currently supports:
58 Use -style=file to load style configuration from
62 Use -style="{key: value, ...}" to set specific
64 -style="{BasedOnStyle: llvm, IndentWidth: 8}"
73 When the desired code formatting style is different from the available options,
74 the style can be customized using the ``-style="{key: value, ...}"`` option or
75 by putting your style configuration in the ``.clang-format`` or ``_clang-format``
76 file in your project's directory and using ``clang-format -style=file``.
82 clang-format -style=llvm -dump-config > .clang-format
84 Available style options are described in :doc:`ClangFormatStyleOptions`.
161 usage: clang-format-diff.py [-h] [-i] [-p NUM] [-regex PATTERN] [-style STYLE]
171 -style STYLE formatting style to apply (LLVM, Google, Chromium, Mozilla,