Skip to content

Instantly share code, notes, and snippets.

View arshtyi's full-sized avatar
:electron:
I may be slow to respond.

arshtyi arshtyi

:electron:
I may be slow to respond.
View GitHub Profile
@arshtyi
arshtyi / .clangd
Created April 25, 2026 07:39
clangd
CompileFlags:
Add:
- -Wall
- -Wextra
- -Wpedantic
- -Wshadow
- -Wconversion
- -Wsign-conversion
- -Wnon-virtual-dtor
- -Wold-style-cast
@arshtyi
arshtyi / .clang-format
Created April 25, 2026 07:39
clang format.
---
Language: Cpp
BasedOnStyle: LLVM
# Indentation
IndentWidth: 4
TabWidth: 4
UseTab: Never
ContinuationIndentWidth: 4
AccessModifierOffset: -4