Lines Matching refs:style
2 This document outlines the coding conventions and code style used in Fluoride.
3 Its primary purpose is to provide explicit guidance on style so that developers
4 are consistent with one another and spend less time debating style.
36 pointer and then back to the original integer. This style of code is typically
98 example, the following style is preferred:
267 The style file is located at the root of the source tree in .clang-format. The
268 -style=file option instructs clang-format to look for this file. You may find
272 `clang-format -style=file -i path_to_files/filename_or_*`
319 `clang-format -style=file -i path_to_files/filename_or_*`
355 `clang-format -style=file -i path_to_files/filename_or_*`
375 `clang-format -style=file -i path_to_files/filename_or_*`
409 `clang-format -style=file -i path_to_files/filename_or_*`