Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Public release of Athena++ version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed Jul 31, 2018
1 parent e144ec6 commit 4d0e425
Show file tree
Hide file tree
Showing 156 changed files with 8,398 additions and 17,124 deletions.
3 changes: 2 additions & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ linelength=90
# Don't use 'SRC_' as the cpp header guard prefix
root=./src/
#extensions=hpp,cpp
# exclude_files=defs.hpp # does not work for files in subidirectories

# Disable and enable specific categories (filters eval from left to right)
filter=#+build/header_guard,+build/namespaces
filter=-readability/alt_tokens,-readability/casting,-readability/fn_size
filter=-readability/alt_tokens,-readability/fn_size
filter=-runtime/references,-runtime/printf
filter=-whitespace,+whitespace/line_length,+whitespace/braces#,+whitespace/parens
# +build/include_alpha # only category disabled by default
Loading

0 comments on commit 4d0e425

Please sign in to comment.