Skip to content

Instantly share code, notes, and snippets.

View nyzss's full-sized avatar

okna nyzss

View GitHub Profile
@nyzss
nyzss / cpp.json
Last active August 16, 2024 09:57
Canonical Form for 42 CPP projects
{
"Canonical Form HPP": {
"prefix": ["canoh", "canoheader", "canonicalh", "canonicalheader", "orthoheader", "orthodoxheader"],
"body": [
"#pragma once",
"#ifndef ${TM_FILENAME_BASE/(.*)/${1:/upcase}/}_HPP",
"# define ${TM_FILENAME_BASE/(.*)/${1:/upcase}/}_HPP",
"",
"#include <iostream>",
"",