projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c20fcc
)
.editorconfig hinzugefĆ¼gt
author
Kai Moritz
<kai@juplo.de>
Tue, 22 Nov 2022 21:42:55 +0000
(22:42 +0100)
committer
Kai Moritz
<kai@juplo.de>
Tue, 22 Nov 2022 21:42:55 +0000
(22:42 +0100)
.editorconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.editorconfig
b/.editorconfig
new file mode 100644
(file)
index 0000000..
633c98a
--- /dev/null
+++ b/
.editorconfig
@@ -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