gpgtool/.editorconfig

10 lines
174 B
INI
Raw Normal View History

2022-07-13 23:49:12 +02:00
[*]
guidelines = 80
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 80
trim_trailing_whitespace = true