`.gitignore` und `.editorconfig` hinzugefĆ¼gt
authorKai Moritz <kai@juplo.de>
Sat, 28 Sep 2024 06:35:51 +0000 (08:35 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 28 Sep 2024 06:35:51 +0000 (08:35 +0200)
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..e9dce24
--- /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
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..6240411
--- /dev/null
@@ -0,0 +1,3 @@
+*.iml
+.idea
+target