Skip to content

Commit 12c8c6e

Browse files
committed
Merge branch 'master' into fix-automation-editor-play
2 parents b70d372 + 2747b40 commit 12c8c6e

File tree

1,159 files changed

+257721
-202759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,159 files changed

+257721
-202759
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Language
33
Language: Cpp
4-
Standard: Cpp11 # Cpp14 and Cpp17 are not supported by clang 11
4+
Standard: c++20
55

66
# Indentation
77
TabWidth: 4

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Checks: >
2020
readability-simplify-boolean-expr
2121
WarningsAsErrors: ''
2222
HeaderFilterRegex: '' # don't show errors from headers
23-
AnalyzeTemporaryDtors: false
2423
FormatStyle: none
2524
User: user
2625
CheckOptions:

0 commit comments

Comments
 (0)