signaturepdf/.editorconfig

16 lines
243 B
INI
Raw Permalink Normal View History

2021-10-12 01:02:40 +02:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false