commit b0f37968adf747c60d7de10299030350752fc2d6 parent 8d8638c457101f633dac1aea41208e4ae785c0af Author: Amb0s <ambos@disroot.org> Date: Sat, 27 Jan 2024 21:53:31 +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 = 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