[all-commits] [llvm/llvm-project] af98f3: [clang-format] JSON Add ability to add a space bef...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Wed Mar 29 13:29:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af98f3b1f4db065ff82b50a9689511dd3223655b
https://github.com/llvm/llvm-project/commit/af98f3b1f4db065ff82b50a9689511dd3223655b
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/ConfigParseTest.cpp
M clang/unittests/Format/FormatTestJson.cpp
Log Message:
-----------
[clang-format] JSON Add ability to add a space before the colon
I've seen a couple of request for extra Json formatting to match prettier capability.
Reviewed By: owenpan
Differential Revision: https://reviews.llvm.org/D147003
More information about the All-commits
mailing list