editorcheck update: restrict to shell scripts and C programs for now, and removing the maximum line length check for now.
This commit is contained in:
parent
7fb7cd70f3
commit
10f813b1eb
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
# Unix-style newlines with a newline ending every file
|
# Unix-style newlines with a newline ending every file
|
||||||
[*]
|
[*.{sh|c}]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
max_line_length = 80
|
#max_line_length = 80
|
||||||
spaces_around_operators = true
|
spaces_around_operators = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue