commit c61efa929f49894a60dc41c31053930906cf465c parent 1756b9509525c23c5e1c6b51e1c9e5c77972a267 Author: Amb0s <ambos@disroot.org> Date: Sun, 21 Jan 2024 09:20:02 +0100 Added EditorConfig file 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 = tab + +[*.json] +indent_style = space +indent_size = 2 + +[fabric.mod.json] +indent_style = tab +tab_width = 2 + +[*.properties] +indent_style = space +indent_size = 2 +