chore: turn off clang-format for ATOM_PRE_RELEASE_VERSION (#14711)
This commit is contained in:
parent
82a5a9f455
commit
977e287cfa
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue