Added a max line length to lua files
This commit is contained in:
parent
b41284816c
commit
d2e834ae9e
|
@ -10,6 +10,7 @@ trim_trailing_whitespace = true
|
||||||
[*.lua]
|
[*.lua]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
max_line_length = 80
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue