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]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
max_line_length = 80
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in New Issue