[PATCH] D49719: [ClangFormat] Editor integrations inherit default style from clang-format binary

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 00:53:39 PDT 2018


ilya-biryukov added inline comments.


================
Comment at: tools/clang-format/clang-format-sublime.py:35
     regions = []
     command = [binary, '-style', style]
+    if style:
----------------
Should we remove `'-style ', style` elements from the list here?


Repository:
  rC Clang

https://reviews.llvm.org/D49719





More information about the cfe-commits mailing list