Skip to content

Instantly share code, notes, and snippets.

@taktoa
Created October 9, 2016 17:39
Show Gist options
  • Save taktoa/55c3a26e9e3a06baa371140a9c66c920 to your computer and use it in GitHub Desktop.
Save taktoa/55c3a26e9e3a06baa371140a9c66c920 to your computer and use it in GitHub Desktop.
steps:
# Align imports
- imports:
align: global
# Align and remove redundant language pragmas
- language_pragmas:
style: vertical
align: true
remove_redundant: true
# Align records
# - records:
# align: group
# Replace each tab by two spaces
- tabs:
spaces: 2
# Remove trailing whitespace
- trailing_whitespace: {}
# Max number of columns per line
columns: 80
# Replace CR-LF by LF
newline: lf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment