Skip to content

Commit

Permalink
.coafile: Add line-length check
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Sep 18, 2016
1 parent ebcaec5 commit 08a55df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ files = LCM/*.asm, README.md

default_actions = SpaceConsistencyBear: ApplyPatchAction

bears = SpaceConsistencyBear
bears = LineLengthBear, SpaceConsistencyBear
max_line_length = 80
use_spaces = true

[Todo]
Expand Down

0 comments on commit 08a55df

Please sign in to comment.