diff options
author | SeongJae Park <sj@kernel.org> | 2024-06-24 11:53:09 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-06-26 16:36:00 -0600 |
commit | e3b10a02ca2fe1e27ee008e9fcd8cf7076f7f776 (patch) | |
tree | 5bfad959c7a6077e39205320b0c08b136a11ca02 /.clang-format | |
parent | f9a4f4a0e1f5d8033d30d50f59ada1666a5cf38d (diff) |
Docs: Move clang-format from process/ to dev-tools/
'clang-format' is on 'Other material' section of 'process/index', but it
may fit more under 'dev-tools/' directory. Move it.
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240624185312.94537-5-sj@kernel.org
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index ccc9b93972a9..252820d9c80a 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ # # For more information, see: # -# Documentation/process/clang-format.rst +# Documentation/dev-tools/clang-format.rst # https://clang.llvm.org/docs/ClangFormat.html # https://clang.llvm.org/docs/ClangFormatStyleOptions.html # |