Skip to content

Commit

Permalink
Merge pull request #510 from ftrader-bitcoinunlimited/patch/update_cl…
Browse files Browse the repository at this point in the history
…ang_format_tested_versions

Update clang-format.py to include only known-good tested_versions
  • Loading branch information
gandrewstone committed May 3, 2017
2 parents a0fdcdf + 49762b1 commit fc9b080
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/devtools/clang-format.py
Expand Up @@ -17,7 +17,10 @@
import pdb
import tempfile

tested_versions = ['3.6.0', '3.6.1', '3.6.2', '3.8.0'] # A set of versions known to produce the same output
# A set of versions known to produce the same output
tested_versions = ['3.8.0',
'3.8.1', # 3.8.1-12ubuntu1 on yakkety works
]
accepted_file_extensions = ('.h', '.cpp') # Files to format
trailing_comment_exe = "trailing-comment.py"
max_col_len = 120
Expand Down

0 comments on commit fc9b080

Please sign in to comment.