Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-t-h-o-n-y committed Jan 3, 2025
1 parent 19b1df4 commit 3e8043b
Show file tree
Hide file tree
Showing 34 changed files with 524 additions and 913 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Language: Cpp
# BasedOnStyle: Chromium
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignOperands: Align
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: true
Expand Down Expand Up @@ -45,7 +45,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
ColumnLimit: 88
# CommentPragmas: ''
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ add_library(escape STATIC
include/esc/detail/mask.hpp
include/esc/detail/signals.hpp
include/esc/detail/transcode.hpp
include/esc/detail/tty_file.hpp

src/io.cpp
src/terminfo.cpp
Expand Down
143 changes: 0 additions & 143 deletions docs/design.md

This file was deleted.

Loading

0 comments on commit 3e8043b

Please sign in to comment.