Skip to content

Instantly share code, notes, and snippets.

View ask4fusora's full-sized avatar

Fusora ask4fusora

View GitHub Profile
@ask4fusora
ask4fusora / resume.typ
Last active October 5, 2025 06:41
Typst ATS Resume Template
// --- Global ---
#set page(paper: "a4", margin: 20mm)
#set par(justify: true, linebreaks: "optimized")
#set text(font: "Literata", size: 13pt)
#show link: underline
// --- Functions ---
@ask4fusora
ask4fusora / .clang-format
Last active October 4, 2025 13:09
Google C++ Style Guide
# Google C++ Style Guide
BasedOnStyle: Google
BinPackParameters: OnePerLine # https://google.github.io/styleguide/cppguide.html#Function_Declarations_and_Definitions
# Personal preferences that does not contradict Google Style
LineEnding: LF