mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci: increase clint line length limit to 100 characters (#15252)
This commit is contained in:
parent
57fc3d3ed7
commit
7146103be2
@ -1,6 +1,6 @@
|
|||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
ColumnLimit: 80
|
ColumnLimit: 100
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
TabWidth: 2
|
TabWidth: 2
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
@ -264,7 +264,7 @@ _error_suppressions_2 = set()
|
|||||||
|
|
||||||
# The allowed line length of files.
|
# The allowed line length of files.
|
||||||
# This is set by --linelength flag.
|
# This is set by --linelength flag.
|
||||||
_line_length = 80
|
_line_length = 100
|
||||||
|
|
||||||
# The allowed extensions for file names
|
# The allowed extensions for file names
|
||||||
# This is set by --extensions flag.
|
# This is set by --extensions flag.
|
||||||
|
Loading…
Reference in New Issue
Block a user