clang-format
Here are 97 public repositories matching this topic...
There is a step Adding Export Configuration (Step 11) in CMake Tutorial.
There seems no related examples about Export Configuration In the repository, could you add one?
-
Updated
Jun 3, 2020 - CMake
Maybe I've missed it, but it's not obvious to me how to write a plugin that plays nice with vim-codefmt
. We have a custom code formatter at work, and I'd really like to write a lightweight internal plugin that uses codefmt to do the heavy interface lifting.
Any tips?
-
Updated
May 26, 2020 - Vim script
-
Updated
Jun 4, 2020 - CMake
You set $aTidyFlags/$aTidyFixFlags from cpt and later set WorkloadType based on loaded from cpt values
[WorkloadType] $workloadType = [WorkloadType]::Compile
if (![string]::IsNullOrEmpty($aTidyFlags))
{
$workloadType = [WorkloadType]::Tidy
}
if (![string]::IsNullOrEmpty($aTidyFixFlags))
{
$workloadType = [WorkloadType]::TidyFix
}
Need for example t
-
Updated
May 17, 2020 - Python
-
Updated
Dec 2, 2019 - Python
-
Updated
Feb 2, 2020 - TypeScript
-
Updated
Sep 12, 2019 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
Oct 17, 2018 - Shell
Weirdly, if we run clang-format on save, it formats correctly using our .clang-format file.
However, if we format by ctrl-shift-f
, it formats using the default formatting (google?).
-
Updated
Apr 4, 2020 - C++
-
Updated
May 26, 2020 - C++
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Feb 28, 2020 - Ruby
-
Updated
May 6, 2020 - Emacs Lisp
-
Updated
May 20, 2020 - Python
-
Updated
Feb 10, 2017 - Shell
We should detect the path the format repo and install some simple targets (format, format-diff, format-check).
This can just be cat'ing to an existing makefile or meson build file.
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Apr 6, 2019 - Vim script
-
Updated
Dec 3, 2018 - Python
Improve this page
Add a description, image, and links to the clang-format topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clang-format topic, visit your repo's landing page and select "manage topics."
It can be really cool to get XcodeClangFormat app for Xcode 8 via homebrew cask.
This is the documentation : https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md