gpgtool/.editorconfig
2022-07-13 23:49:12 +02:00

9 lines
174 B
INI

[*]
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