pgp-alt-wot/.editorconfig

15 lines
241 B
INI
Raw Permalink Normal View History

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = tab
2023-05-09 13:33:23 +03:00
[*.{markdown,md,yaml}]
trim_trailing_whitespace = false
2023-05-09 13:33:23 +03:00
indent_style = space
indent_size = 2