mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: turn off clang-format for ATOM_PRE_RELEASE_VERSION (#14711)
This commit is contained in:
committed by
Samuel Attard
parent
82a5a9f455
commit
977e287cfa
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user