commit 26ad1994a7a742845bd1199dce8de60ec9f41647 parent 56481b96c2d0e23f9b362b2476c62f4552db6a0e Author: finwo <finwo@pm.me> Date: Tue, 15 Jun 2021 10:04:40 +0200 Added editorconfig Diffstat:
| A | .editorconfig | | | 15 | +++++++++++++++ |
| M | CODE_OF_CONDUCT.md | | | 1 | + |
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,15 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[*.{php,html}] +indent_size = 4 + +[Makefile*] +indent_style = tab diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -1,3 +1,4 @@ +<!-- 46b43825-f791-485e-9445-415ee7bbbf2d --> # Contributor Code of Conduct This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters.