diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 06cdd0f..a43fafa 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -13,6 +13,7 @@ BraceWrapping: AfterStruct: true AfterFunction: true AfterNamespace: true + AfterClass: true AfterUnion: true AfterControlStatement: true AfterExternBlock: true diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 237a717..5bf0027 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -144,7 +144,7 @@ font: #style: Bold Italic # Point size - size: 10.0 + size: 13.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing.