commit 7d74554637b3ee37cfd9f809acd287127bd582ad parent e381ba2d97c3ccef2041cb48e3d788fdf52c99f4 Author: Amb0s <ambos@disroot.org> Date: Sun, 21 Jan 2024 14:07:09 +0100 Added Editor Config Diffstat:
A | .editorconfig | | | 30 | ++++++++++++++++++++++++++++++ |
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,30 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.gradle] +indent_style = tab + +[*.java] +indent_style = space +indent_size = 4 + +[*.json] +indent_style = space +indent_size = 2 + +[fabric.mod.json] +indent_style = space +tab_width = 2 + +[*.properties] +indent_style = space +indent_size = 2