Skip to content

Commit

Permalink
Revert "finally finished"
Browse files Browse the repository at this point in the history
This reverts commit baa1d85
  • Loading branch information
jonylu7 committed May 16, 2024
1 parent 4cd6722 commit 2d1555c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never
InsertNewlineAtEOF: true
BreakAfterAttributes: Always
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# Ignore .DS_Store file from a git repository

.DS_Store

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down

0 comments on commit 2d1555c

Please sign in to comment.