Skip to content
Snippets Groups Projects
Commit e05003a3 authored by Andy Yates's avatar Andy Yates
Browse files

adding a tidy file. do not overly use but if you are going to then please use this

parent 3324da16
No related branches found
No related tags found
No related merge requests found
# I/O control
--standard-error-output
# Basic Options
--maximum-line-length=72
--indent-columns=2
# Code Indentation Control
--line-up-parentheses
# Whitespace Control
--nospace-for-semicolon
--nowant-left-space="* /"
--nowant-right-space="* /"
# Comment Controls
--closing-side-comments
--closing-side-comment-interval=25
--closing-side-comment-else-flag=1
# Line Break Control
--nocuddled-else # for block readability
--opening-token-right
--vertical-tightness=2
--vertical-tightness-closing=2
-sot # --stack-opening-token
-sct # --stack-closing-token
--break-after-all-operators
# Retaining or Ignoring Existing Line Breaks
--ignore-old-breakpoints
# Blank Line Control
--no-blanks-before-comments
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment