.editorconfig hinezugefĆ¼gt
authorKai Moritz <kai@juplo.de>
Tue, 22 Nov 2022 20:47:13 +0000 (21:47 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 22 Nov 2022 20:47:13 +0000 (21:47 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..633c98a
--- /dev/null
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = tab
+tab_width = 2
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = false
+
+[*.properties]
+charset = latin1
\ No newline at end of file