mail-server/.editorconfig
Liam Gray f3943f4a5f
Some checks failed
trivy / Check (push) Failing after -9m20s
[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)
* Add .editorconfig and JetBrains .idea gitignore

* Add editorconfig link
2024-09-22 09:44:09 +02:00

11 lines
196 B
INI

# https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100