Skip to content

Instantly share code, notes, and snippets.

@gonidelis
Created May 13, 2020 16:40
Show Gist options
  • Save gonidelis/38b58df40a53af474c78eb5a201849b1 to your computer and use it in GitHub Desktop.
Save gonidelis/38b58df40a53af474c78eb5a201849b1 to your computer and use it in GitHub Desktop.
clang configs
// after my ctrl+s format
namespace hpx {
namespace parallel {
inline namespace v1 {
///////////////////////////////////////////////////////////////////////////
// copy
namespace detail {
/// \cond NOINTERNAL
// hpx standard format
namespace hpx { namespace parallel { inline namespace v1 {
///////////////////////////////////////////////////////////////////////////
// for_each_n
namespace detail {
@gonidelis
Copy link
Author

custom style user configs

{
    "Language": "Cpp",
    "TabWidth": 4,
    "AlignTrailingComments": "true",
    "UseTab": "Never",
}

settings user

{
	"binary": "clang-format",
	"format_on_save": true,
	"style": "Custom"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment