chore: turn off clang-format for ATOM_PRE_RELEASE_VERSION (#14711)

This commit is contained in:
Jeremy Apthorp 2018-09-19 23:55:07 -07:00 committed by Samuel Attard
parent 82a5a9f455
commit 977e287cfa

View file

@ -8,7 +8,9 @@
#define ATOM_MAJOR_VERSION 4
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20180905
// clang-format on
#ifndef ATOM_STRINGIFY
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)