-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.coafile
35 lines (29 loc) · 884 Bytes
/
.coafile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[Default]
bears = IndentBear,LineLengthBear,SpaceConsistencyBear
max_line_length = 99
use_spaces = False
indent_cli_options = -bad -bap -bbo -nbc -br -brs -brf -c33 -cd33 -cdb -ce -ci4 -cli4 -cbi4 -cdw \
-cp33 -cs -d0 -di1 -fc1 -fca -hnl -i4 -ip0 -l99 -lp -npcs -ut -nprs -npsl \
-saf -sai -saw -sc -nsob -nss -ts4
[C]
bears = CPPLintBear,ClangASTPrintBear,ClangBear,ClangCloneDetectionBear,ClangFunctionDifferenceBear
files = **/*.(c|h|cpp)
cpplint_ignore = whitespace/tab
[JavaScript]
bears = JSHintBear
files = **/*.js
ignore = node_modules/
[Python]
bears=PEP8Bear,PyCommentedCodeBear,PyImportSortBear,PyLintBear,PyUnusedCodeBear
files = **/*.py
ignore = build/**/*.py
[Docker]
bears= DockerfileLintBear
files= **/Dockerfile
[Markdown]
bears = AlexBear,MarkdownBear
files = **/*.md
[JSON]
bears = JSONFormatBear
files = **/*.json
ignore = node_modules/**/*.json