hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 8951908218 clang-format: [JS] Fix spacing in dict literals.
Before:
  someVariable = {'a':[{}]};

After:
  someVariable = {'a': [{}]};

llvm-svn: 208403
2014-05-09 10:26:08 +00:00
..
CMakeLists.txt clang-format: Better support and testing for protocol buffers. 2014-01-19 09:04:08 +00:00
FormatTest.cpp clang-format: Initial support for try-catch. 2014-05-08 11:58:24 +00:00
FormatTestJS.cpp clang-format: [JS] Fix spacing in dict literals. 2014-05-09 10:26:08 +00:00
FormatTestProto.cpp Enable alternative tokens by default for clang-format. 2014-05-08 00:05:13 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile