Skip to content

Instantly share code, notes, and snippets.

View ChlorUpload's full-sized avatar
🌴
On vacation

Daegeon Song ChlorUpload

🌴
On vacation
View GitHub Profile
@ChlorUpload
ChlorUpload / Index.html
Created March 8, 2021 04:53 — forked from meziantou/Index.html
Javascript - Record audio
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h1>Audio</h1>
@ChlorUpload
ChlorUpload / .clang-format
Created March 11, 2021 06:33 — forked from paxbun/.clang-format
My clang-format configuration file
# Copyright (c) 2020-2021 Chanjung Kim (paxbun). All rights reserved.
# See Clang 10 documentation for more information.
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true