-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Administrative cardinal #942
base: main
Are you sure you want to change the base?
Changes from 11 commits
cdfd03a
0bed9a1
2f7f964
3acd40a
eb6265c
6ea9ad2
ec7fb0f
eb6871f
a01a199
d69ccc1
2255311
2bbe2d3
0374c0a
aa5446c
c54f5af
f12490e
fcdc5c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,3 +5,4 @@ runtime="electron" | |||||
| build_from_source="true" | ||||||
| legacy-peer-deps="true" | ||||||
| timeout=180000 | ||||||
| node_gyp_cflags=-std=c++20 | ||||||
|
||||||
| node_gyp_cflags=-std=c++20 | |
| cxxflags=-std=c++20 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 4 uses spaces while the surrounding file uses tabs, which can cause noisy diffs and fail formatting/lint checks in repos that enforce consistent indentation. Reformat the new property to match the file’s existing indentation style.