Change max width to 100. (#4072)

This commit is contained in:
Tomasz Drwięga
2019-11-10 13:01:44 +01:00
committed by Gavin Wood
parent 401e213aa2
commit f5f4c2d480
+1 -1
View File
@@ -6,7 +6,7 @@ tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
max_line_length=100
insert_final_newline=true
[*.yml]