https://github.com/autocrypt/autocrypt
Raw File
Tip revision: d118557456c64663b51842bfdc7ec16ab7d1ba3a authored by Martin Monperrus on 29 August 2022, 05:31:32 UTC
doc: add link to Github issue
Tip revision: d118557
.editorconfig
# this should work for all editors that support .editorconfig!
#
# on debian, emacs users should install elpa-editorconfig and vim
# users should install vim-editorconfig.

root = true

[*]
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
indent_size = 4
max_line_length = 70

[Makefile]
indent_style = tab

[*.html]
indent_size = 2
[*.css]
indent_size = 2
back to top