Comparison

.editorconfig @ 13193:e2e4779c6790

editorconfig: Specify max line length to match luacheck settings
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 10:25:10 +0200
parent 13192:4a107a63b0a3
child 13194:b8398218dd23
comparison
equal deleted inserted replaced
13192:4a107a63b0a3 13193:e2e4779c6790
6 charset = utf-8 6 charset = utf-8
7 end_of_line = lf 7 end_of_line = lf
8 indent_style = tab 8 indent_style = tab
9 insert_final_newline = true 9 insert_final_newline = true
10 trim_trailing_whitespace = true 10 trim_trailing_whitespace = true
11 max_line_length = 150
11 12
12 [CHANGES] 13 [CHANGES]
13 indent_size = 4 14 indent_size = 4
14 indent_style = space 15 indent_style = space
15 16