John Ericson
John Ericson
- Mention 2 space indent seems to be the most ideomatic - Mention trailing commas are good - Update example to use trailing commas
If https://github.com/NixOS/npm2nix is long deprecated, maybe that repo should be archived and this moved to NixOS to make it clear this the replacement? I only just learned 3 years after...
After this is done I can't mutate the history so I rather do it after the initial port. :)
Certainly use "p" (link-time constant) constraints for pointers to global variables. Ideally use "dummy variables" to avoid hard coding any intermediate constants either.
Naturally this requires/superseeds some of the other editor issues
So my stupid way of doing things was ``` C #ifdef NOASM // C #else #ifdef __GNUC__ // gcc inline assembly #else #ifdef _MSC_VER // msvc inline assembly #endif #endif...
Also make sure that the code he pulled from voxlap is up to date.