Added a max line length to lua files

This commit is contained in:
Gokul Swaminathan 2021-09-09 00:42:28 -07:00
parent b41284816c
commit d2e834ae9e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ trim_trailing_whitespace = true
[*.lua]
indent_size = 4
indent_style = space
max_line_length = 80
[*.yml]
indent_size = 2